You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2020. It is now read-only.
The following parameters are available to setup correctly ssh:
53
+
54
+
***host** - Hostname or IP address of the server (**required**)
55
+
***username** - Username for authentication (**required**)
56
+
***port** - Port of the server (**optional**)
57
+
***privateKeyFile** - String that contains a private key for either key-based or hostbased user authentication (**optional**)
58
+
***passphrase** - Passphrase used to decrypt private key, if needed (**optional**)
59
+
***agent** - Path to ssh-agent's UNIX socket for ssh-agent-based user authentication (**optional**)
60
+
61
+
49
62
## Directory Structure ##
50
63
51
64
The following directory structure is created on your server. The basic gist is that your revisions will be stored inside of their own directory along with meta data about the revision (date of commit, commit message, author of the commit, and commit hash). Information about your revisions is viewable via the following command `ember deploy:list -e <your environment>`.
> This project is based on this repo: https://github.com/treyhunner/ember-deploy-ssh-index. Though, it's been heavily modified to serve a different purpose -credit where credit is due.
120
+
> This project is based on this repo: https://github.com/treyhunner/ember-deploy-ssh-index. Though, it's been heavily modified to serve a different purpose -credit where credit is due.
0 commit comments