Skip to content

Commit

Permalink
ci: simplify deployment check by removing sleep command
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1026 committed Nov 28, 2024
1 parent 08fd1b2 commit df1616d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,4 @@ jobs:
docker compose -f docker-compose.prod.yml up -d --no-deps
- name: 🕵️ Check the deployment
run: |
sleep 20
curl -sSf http://${{ secrets.PRODUCTION_SERVER }}/ || exit 1
run: curl -sSf http://${{ secrets.PRODUCTION_SERVER }}/

0 comments on commit df1616d

Please sign in to comment.