attempt #238902839
All checks were successful
/ deploy (push) Successful in 41s
All checks were successful
/ deploy (push) Successful in 41s
This commit is contained in:
parent
5493f3f91d
commit
542810aeaa
@ -60,19 +60,7 @@ jobs:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USER }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
script: whoami
|
||||
|
||||
- name: Extract archive
|
||||
uses: https://github.com/appleboy/ssh-action@master
|
||||
with:
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USER }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
script: |
|
||||
#rm -r ${{ WEB_DIR }}/*"
|
||||
#tar -xvf /tmp/website.tar --directory ${{ WEB_DIR }}/"
|
||||
#rm /tmp/website.tar"
|
||||
whoami
|
||||
script: rm -r ${{ WEB_DIR }}/* && tar -xvf /tmp/website.tar --directory ${{ WEB_DIR }}/ && rm /tmp/website.tar
|
||||
|
||||
|
||||
# - name: Create release
|
||||
|
Loading…
Reference in New Issue
Block a user