Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

added port support to config #757

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

miholeus
Copy link
Contributor

Fixed

Added port support to config

Now you can set port in your config

'production' => [
   'servers' => [
        'host' => '%%PRODUCTION_HOST%%',
        'port' => '%%PRODUCTION_PORT%%',
        'username' => '%%PRODUCTION_USERNAME%%',
        'password' => null,
        'key' => '%%PRODUCTION_KEY%%',
        'keyphrase' => '%%PRODUCTION_KEYPHRASE%%',
        'agent' => true,
]]

References #756

@Anahkiasen
Copy link
Member

Hey dude, just want to say you're not making PRs in the wind i'm checking them as they come, just haven't had the time to give them a proper review yet

@miholeus
Copy link
Contributor Author

miholeus commented Jul 26, 2017

Hi! I noticed there are some errors with unit tests that appeared long ago. Will you not mind if I fix them?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants