Update main.yml
This commit is contained in:
parent
b27bf3f594
commit
f701500a7a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -24,9 +24,9 @@ jobs:
|
|||
- name: SSH Remote Commands
|
||||
uses: appleboy/ssh-action@v0.1.4
|
||||
with:
|
||||
host: ${{secrets.SSH_HOST}}
|
||||
username: ${{secrets.SSH_USERNAME}}
|
||||
key: ${{secrets.SSH_KEY}}
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
script: |
|
||||
cd /home/c4patino/node-test-site/
|
||||
git pull
|
||||
|
|
|
|||
Reference in a new issue