Skip to content

Commit

Permalink
Merge pull request #53 from toshydev/bugfix
Browse files Browse the repository at this point in the history
Update deployment domain
  • Loading branch information
toshydev authored Dec 29, 2023
2 parents 2cc6b61 + 478c243 commit c3d2ecc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-snek-test.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://test.snekhome.click
url: http://test.snekworld.org
max-attempts: 3
retry-delay: 5s
retry-all: true
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
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 c3d2ecc

Please sign in to comment.