We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f5245 commit 0f05976Copy full SHA for 0f05976
1 file changed
docs/deploy.md
@@ -24,14 +24,15 @@ Build and push your images:
24
cd app
25
docker compose build
26
docker compose push
27
+cd ..
28
```
29
30
## 📦 2. Copy to Server
31
32
Copy your `compose.yaml` to the remote host:
33
34
```sh
-scp compose.yaml youruser@yourserver:
35
+scp app/compose.yaml youruser@yourserver:
36
37
38
## 3. Set Secrets
0 commit comments