Skip to content

Commit

Permalink
docker compose & nginx test
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdozzi committed May 17, 2024
1 parent 6deef6b commit a84856f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if: ${{ needs.backend-docker-build-and-push.result == 'success' }}
needs: [ backend-docker-build-and-push ]
steps:
- name: Execute Deploy Script
- name: Execute Deploy Script !
run: |
sh /home/ubuntu/deploy.sh
Expand Down

0 comments on commit a84856f

Please sign in to comment.