-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ typically looks like this: | |
|
||
```yaml | ||
deploy_path: '/var/projects/my-project' | ||
host: myserver.com | ||
host: user@myserver.com | ||
port: 2222 | ||
# To perform version control operations | ||
repo: 'https://github.com/stackbuilders/hapistrano.git' | ||
|
@@ -83,7 +83,8 @@ The following parameters are required: | |
The following parameters are *optional*: | ||
|
||
* `host` — the target host, if missing, `localhost` will be assumed (which | ||
is useful for testing and playing with `hap` locally). | ||
is useful for testing and playing with `hap` locally). You can specify the | ||
user that is going to connect to the server here. Example: `[email protected]`. | ||
* `port` — SSH port number to use. If missing, 22 will be used. | ||
* `shell` — Shell to use. Currently supported: `zsh` ans `bash`. If missing, `Bash` will be used. | ||
* `ssh_args` — Optional ssh arguments. Only `-p` is passed via the `port` variable. | ||
|
@@ -283,5 +284,5 @@ MIT, see [the LICENSE file](LICENSE). | |
Do you want to contribute to this project? Please take a look at our [contributing guideline](/docs/CONTRIBUTING.md) to know how you can help us build it. | ||
--- | ||
<img src="https://www.stackbuilders.com/media/images/Sb-supports.original.png" alt="Stack Builders" width="50%"></img> | ||
<img src="https://www.stackbuilders.com/media/images/Sb-supports.original.png" alt="Stack Builders" width="50%"></img> | ||
[Check out our libraries](https://github.com/stackbuilders/) | [Join our team](https://www.stackbuilders.com/join-us/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters