mirror of
https://github.com/layer-systems/relay.git
synced 2026-06-04 01:21:22 +02:00
fix: comment out service stop command in deployment workflow
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
docker compose pull
|
||||
|
||||
# stop existing services to release resources
|
||||
docker compose down
|
||||
# docker compose down
|
||||
|
||||
# bring up updated services
|
||||
docker compose up -d --remove-orphans
|
||||
|
||||
Reference in New Issue
Block a user