From 0e246ada93343eff43d7d627a52e8c10521847b0 Mon Sep 17 00:00:00 2001 From: KyungsooLee <21362256+kyxxgsoo@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:12:23 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20#17=20CI/CD=20https=20=EC=95=BC?= =?UTF-8?q?=EB=AF=88=ED=8C=8C=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 47cca27..e279009 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -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