Skip to content

Commit 0f05976

Browse files
committed
Adjust deploy doc
1 parent 96f5245 commit 0f05976

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/deploy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ Build and push your images:
2424
cd app
2525
docker compose build
2626
docker compose push
27+
cd ..
2728
```
2829

2930
## 📦 2. Copy to Server
3031

3132
Copy your `compose.yaml` to the remote host:
3233

3334
```sh
34-
scp compose.yaml youruser@yourserver:
35+
scp app/compose.yaml youruser@yourserver:
3536
```
3637

3738
## 3. Set Secrets

0 commit comments

Comments
 (0)