fix actions AGAIN
This commit is contained in:
parent
779f9ced7a
commit
cfb8d83d00
@ -26,6 +26,8 @@ jobs:
|
||||
USER: ${{ secrets.USER }}
|
||||
run: |
|
||||
ssh $USER@$HOST1 'rm -rf /var/www/elia.network/html/*'
|
||||
echo "printing dir"
|
||||
ls -la
|
||||
chmod -R 777 .
|
||||
scp -r . deploy@172.16.0.161:/var/www/elia.network/html/
|
||||
ssh $USER@$HOST1 'rm -r /var/www/elia.network/html/.git*'
|
||||
|
Loading…
Reference in New Issue
Block a user