diff --git a/.github/workflows/deploy-snek-test.yml b/.github/workflows/deploy-snek-test.yml index 6655b03..18ae48a 100644 --- a/.github/workflows/deploy-snek-test.yml +++ b/.github/workflows/deploy-snek-test.yml @@ -80,7 +80,7 @@ jobs: - name: Restart docker container uses: appleboy/ssh-action@master with: - host: snekhome.click + host: snekworld.org port: ${{ secrets.SSH_PORT_SNEK }} username: ${{ secrets.SSH_USERNAME_SNEK }} password: ${{ secrets.SSH_PASSWORD_SNEK }} @@ -94,7 +94,7 @@ jobs: - name: Check the deployed service URL uses: jtalk/url-health-check-action@v3 with: - url: http://test.snekhome.click + url: http://test.snekworld.org max-attempts: 3 retry-delay: 5s retry-all: true diff --git a/.github/workflows/deploy-snek.yml b/.github/workflows/deploy-snek.yml index f8b9c10..4fa04c1 100644 --- a/.github/workflows/deploy-snek.yml +++ b/.github/workflows/deploy-snek.yml @@ -80,7 +80,7 @@ jobs: - name: Restart docker container uses: appleboy/ssh-action@master with: - host: snekhome.click + host: snekworld.org port: ${{ secrets.SSH_PORT_SNEK }} username: ${{ secrets.SSH_USERNAME_SNEK }} password: ${{ secrets.SSH_PASSWORD_SNEK }} @@ -94,7 +94,7 @@ jobs: - name: Check the deployed service URL uses: jtalk/url-health-check-action@v3 with: - url: http://snekhome.click + url: http://snekworld.org max-attempts: 3 retry-delay: 5s retry-all: true diff --git a/.github/workflows/show-logs-snek.yml b/.github/workflows/show-logs-snek.yml index 87e36da..6c970d2 100644 --- a/.github/workflows/show-logs-snek.yml +++ b/.github/workflows/show-logs-snek.yml @@ -10,7 +10,7 @@ jobs: - name: Get logs from docker uses: appleboy/ssh-action@master with: - host: snekhome.click + host: snekworld.org port: ${{ secrets.SSH_PORT_SNEK }} username: ${{ secrets.SSH_USERNAME_SNEK }} password: ${{ secrets.SSH_PASSWORD_SNEK }} @@ -19,7 +19,7 @@ jobs: - name: Check the deployed service URL uses: jtalk/url-health-check-action@v3 with: - url: http://snekhome.click + url: http://snekworld.org max-attempts: 3 retry-delay: 5s retry-all: true