Skip to content

Commit

Permalink
feat: add docker swarm
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov authored Jul 12, 2023
1 parent 387ed5d commit 479565b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
cd ${{ secrets.PRODUCTION_FOLDER }}
curl -O ${{ env.DOCKER_COMPOSE_FILE_URL }}
docker compose -f docker-compose.prod.yml --env-file .env.local pull
docker compose -f docker-compose.prod.yml --env-file .env.local up -d
docker stack deploy -c<(docker compose -f docker-compose.prod.yml --env-file .env.local up -d) lost-and-found

0 comments on commit 479565b

Please sign in to comment.