Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov authored Jul 12, 2023
1 parent 479565b commit fb6a3d1
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 stack deploy -c<(docker compose -f docker-compose.prod.yml --env-file .env.local up -d) lost-and-found
docker stack deploy -c<(docker compose -f docker-compose.prod.yml --env-file .env.local up) -d lost-and-found

0 comments on commit fb6a3d1

Please sign in to comment.