Skip to content

Commit

Permalink
👌 IMPROVE: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hyper-dot committed Aug 9, 2024
1 parent a3a6b83 commit 7527f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
target: ${{secrets.TARGET}}


- name: ♻️ Restart the server
- name: ♻️ Restart the servers
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
script : cd ${{secrets.TARGET}} && npm install && touch ${{secrets.RESTART}}
script : ${{secrets.ENV}} && npm install && touch ${{secrets.RESTART}}

0 comments on commit 7527f1e

Please sign in to comment.