We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124ec33 commit 8a721f8Copy full SHA for 8a721f8
README.md
@@ -63,9 +63,10 @@ project:
63
email: my-project@example.com
64
65
server:
66
- host: my-project.example.com
67
- user: my-project
68
- ssh_key: ~/.ssh/id_rsa
+ host: my-project.example.com # Optional, defaults to project.domain
+ port: 22 # Optional, defaults to 22
+ user: my-project # Optional, defaults to current system user
69
+ ssh_key: ~/.ssh/id_rsa # Optional, auto-detected from standard locations
70
71
services:
72
- name: web
0 commit comments