Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored Dec 19, 2024
1 parent 93dce0e commit a71fdb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Deploy to Remote Host
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USERNAME }}
password: ${{ secrets.REMOTE_PASS }}
host: ${{ secrets.REMOTE_HOST_WEB_2 }}
username: ${{ secrets.REMOTE_USERNAME_WEB_2 }}
password: ${{ secrets.REMOTE_PASS_WEB_2 }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.REMOTE_PORT }}
port: ${{ secrets.REMOTE_PORT_WEB_2 }}
script: |
source "$HOME/.nvm/nvm.sh"
nvm use ${{ vars.GLOBAL_NVM_USE_VERSION }}
Expand Down

0 comments on commit a71fdb9

Please sign in to comment.