Is it the spacing??!?!?!
All checks were successful
/ deploy (push) Successful in 42s

This commit is contained in:
Mans Ziesel 2024-04-27 20:07:25 +02:00
parent 9eef32f85c
commit 909be5661c

View File

@ -61,8 +61,8 @@ jobs:
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
script: |
rm -r ${{WEB_DIR}}/*"
tar -xvf /tmp/website.tar --directory ${{WEB_DIR}}/"
rm -r ${{ WEB_DIR }}/*"
tar -xvf /tmp/website.tar --directory ${{ WEB_DIR }}/"
rm /tmp/website.tar"