Skip to content

Commit

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

0 comments on commit f08cbaa

Please sign in to comment.