Skip to content

Commit

Permalink
fix auto deployment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNashaat committed Oct 18, 2023
1 parent 1507d6f commit a210b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tf_update_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: pushing latest change on www2.mycelium.threefold.io
- name: pushing latest changes on www2.mycelium.threefold.io
uses: appleboy/ssh-action@master
with:
host: www2.mycelium.threefold.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf_update_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: pushing latest change on mycelium.threefold.io
- name: pushing latest changes on mycelium.threefold.io
uses: appleboy/ssh-action@master
with:
host: mycelium.threefold.io
Expand Down

0 comments on commit a210b0b

Please sign in to comment.