mirror of
https://github.com/layer-systems/relay.git
synced 2026-06-04 17:41:11 +02:00
fix: add build flag to docker compose up command in deployment workflow
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
# docker compose down
|
||||
|
||||
# bring up updated services
|
||||
docker compose up -d --remove-orphans
|
||||
docker compose up -d --build --remove-orphans
|
||||
|
||||
# optional cleanup
|
||||
docker image prune -f
|
||||
|
||||
Reference in New Issue
Block a user