Skip to content

Commit

Permalink
Merge pull request #17 from si-aji/develop
Browse files Browse the repository at this point in the history
Update `deploy.yml`
  • Loading branch information
si-aji authored Nov 8, 2024
2 parents 7b1c998 + c2a9a80 commit d3df2f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Check for Package changes
uses: appleboy/ssh-action@master
id: check_user
id: package_check
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install package changes
uses: appleboy/ssh-action@master
id: check_user
id: package_install
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
Expand Down

0 comments on commit d3df2f0

Please sign in to comment.