Skip to content

Commit

Permalink
[Test] Deploy Test
Browse files Browse the repository at this point in the history
  • Loading branch information
gunyu1019 committed Jul 22, 2024
1 parent f6fee34 commit 252573e
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 @@ -69,7 +69,7 @@ jobs:
shell: bash
- name: Checking Status
run: |
state_response=$(curl http://deployment1.yhs.kr:8000/state?project_id=${{ env.ProjectID }}
state_response=$(curl http://deployment1.yhs.kr:8000/state?project_id=${{ env.ProjectID }})
if [ $state_response -eq "0" ]; then
echo "Success Deployment (Congratulations!)"
Expand Down

0 comments on commit 252573e

Please sign in to comment.