This commit is contained in:
parent
8ccb9333d7
commit
5493f3f91d
@ -60,11 +60,8 @@ jobs:
|
|||||||
host: ${{ secrets.SSH_HOST }}
|
host: ${{ secrets.SSH_HOST }}
|
||||||
username: ${{ secrets.SSH_USER }}
|
username: ${{ secrets.SSH_USER }}
|
||||||
key: ${{ secrets.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
script: |
|
script: whoami
|
||||||
#rm -r ${{ WEB_DIR }}/*"
|
|
||||||
ls ${{ WEB_DIR }}/"
|
|
||||||
#rm /tmp/website.tar"
|
|
||||||
whoami
|
|
||||||
- name: Extract archive
|
- name: Extract archive
|
||||||
uses: https://github.com/appleboy/ssh-action@master
|
uses: https://github.com/appleboy/ssh-action@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user