Skip to content

Commit

Permalink
fix stack
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Sep 19, 2024
1 parent 93e63cd commit d53160b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
git pull origin main
docker pull ecency/vision-next:latest
docker pull ecency/api:latest
docker-compose -f docker-compose.production.yml up -d
docker stack deploy -c stack.production.yml vision
deploy-US:
needs: build
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
git pull origin main
docker pull ecency/vision-next:latest
docker pull ecency/api:latest
docker-compose -f docker-compose.production.yml up -d
docker stack deploy -c stack.production.yml vision
deploy-SG:
needs: build
Expand Down

0 comments on commit d53160b

Please sign in to comment.