Skip to content

Commit

Permalink
Update deploy-snek.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toshydev authored Dec 29, 2023
1 parent 380beb6 commit 478c243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-snek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit 478c243

Please sign in to comment.