attempt #238902839
All checks were successful
/ deploy (push) Successful in 47s
All checks were successful
/ deploy (push) Successful in 47s
This commit is contained in:
parent
542810aeaa
commit
1879182fd0
@ -60,7 +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: rm -r ${{ WEB_DIR }}/* && tar -xvf /tmp/website.tar --directory ${{ WEB_DIR }}/ && rm /tmp/website.tar
|
#script: rm -r ${{ WEB_DIR }}/* && tar -xvf /tmp/website.tar --directory ${{ WEB_DIR }}/ && rm /tmp/website.tar
|
||||||
|
script: rm -r ${{ WEB_DIR }}/*
|
||||||
|
|
||||||
|
|
||||||
# - name: Create release
|
# - name: Create release
|
||||||
|
Loading…
Reference in New Issue
Block a user