This commit is contained in:
parent
9eef32f85c
commit
909be5661c
@ -61,8 +61,8 @@ jobs:
|
|||||||
username: ${{ secrets.SSH_USER }}
|
username: ${{ secrets.SSH_USER }}
|
||||||
key: ${{ secrets.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
script: |
|
script: |
|
||||||
rm -r ${{WEB_DIR}}/*"
|
rm -r ${{ WEB_DIR }}/*"
|
||||||
tar -xvf /tmp/website.tar --directory ${{WEB_DIR}}/"
|
tar -xvf /tmp/website.tar --directory ${{ WEB_DIR }}/"
|
||||||
rm /tmp/website.tar"
|
rm /tmp/website.tar"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user