Skip to content

Commit 8a721f8

Browse files
committed
docs(README): update server configuration with new defaults and options
1 parent 124ec33 commit 8a721f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ project:
6363
email: my-project@example.com
6464

6565
server:
66-
host: my-project.example.com
67-
user: my-project
68-
ssh_key: ~/.ssh/id_rsa
66+
host: my-project.example.com # Optional, defaults to project.domain
67+
port: 22 # Optional, defaults to 22
68+
user: my-project # Optional, defaults to current system user
69+
ssh_key: ~/.ssh/id_rsa # Optional, auto-detected from standard locations
6970

7071
services:
7172
- name: web

0 commit comments

Comments
 (0)