We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e2557 commit 80d755bCopy full SHA for 80d755b
1 file changed
docs/deploy.md
@@ -28,10 +28,10 @@ docker compose push
28
29
## 📦 2. Copy to Server
30
31
-Copy your `compose.yaml` to the remote host:
+Create an `app` directory on the server and copy your `compose.yaml` there:
32
33
```sh
34
-scp compose.yaml youruser@yourserver:
+scp compose.yaml youruser@yourserver:app/
35
```
36
37
## 3. Set Secrets
0 commit comments