Skip to content

Commit

Permalink
chore: #17 CI/CD https 야믈파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kyxxgsoo authored Jul 24, 2024
1 parent 6671d3b commit 0e246ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Check deploy server URL
uses: jtalk/url-health-check-action@v3
with:
url: http://${{ secrets.PLAT_SERVER_IP }}:${{env.STOPPED_PORT}}/env
url: https://${{ secrets.PLAT_SERVER_IP }}:${{env.STOPPED_PORT}}/env
max-attempts: 5
retry-delay: 10s

Expand Down

0 comments on commit 0e246ad

Please sign in to comment.