Skip to content

Commit 77bab4e

Browse files
committed
Update deployment doc
1 parent 0f05976 commit 77bab4e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/deploy.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,24 @@ one of these approaches:
5050
Start the application on the server:
5151

5252
```sh
53-
docker compose pull
5453
docker compose up -d
5554
```
5655

5756
Your backend is now live. 🚀
5857

5958
---
6059

60+
## Upgrading
61+
62+
To upgrade your app, simply increment the image tag versions in compose.yaml.
63+
64+
The rest is the same:
65+
66+
2. `docker compose build`
67+
3. `docker compose push`
68+
4. `scp compose.yaml yourserver:`
69+
5. `docker compose up -d`
70+
6171
## 🧭 Next Steps
6272

6373
If you want zero-downtime deployments, rollback support, or blue-green testing,

0 commit comments

Comments
 (0)