Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zazzscoot authored Nov 12, 2024
1 parent 7c5e1a6 commit c36c576
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 @@ -131,7 +131,7 @@ jobs:
echo ${{ secrets.GITHUB_TOKEN }} | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
echo "Bringing up deployment..."
echo ${{ env.STACK_NAME}}
docker stack deploy --prune --with-registry-auth -c docker-compose.prod.yml ieeeuoft/aws-hacks-2024
docker stack deploy --prune --with-registry-auth -c docker-compose.prod.yml
echo "Waiting for deployment..."
sleep 30
chmod 777 docker-stack-wait.sh
Expand Down

0 comments on commit c36c576

Please sign in to comment.