attempt #238902839
All checks were successful
/ deploy (push) Successful in 47s

This commit is contained in:
Mans Ziesel 2024-04-27 20:14:54 +02:00
parent 542810aeaa
commit 1879182fd0

View File

@ -60,7 +60,8 @@ jobs:
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
#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