From 380beb6fdffdd0f7bfc753d0d38f30790abb72f8 Mon Sep 17 00:00:00 2001 From: Anton Roters <91165689+toshydev@users.noreply.github.com> Date: Fri, 29 Dec 2023 14:23:14 +0100 Subject: [PATCH] Update deploy-snek-test.yml --- .github/workflows/deploy-snek-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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