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

This commit is contained in:
Mans Ziesel 2024-04-27 20:13:35 +02:00
parent 5493f3f91d
commit 542810aeaa

View File

@ -60,19 +60,7 @@ 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: whoami script: rm -r ${{ WEB_DIR }}/* && tar -xvf /tmp/website.tar --directory ${{ WEB_DIR }}/ && rm /tmp/website.tar
- name: Extract archive
uses: https://github.com/appleboy/ssh-action@master
with:
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"
whoami
# - name: Create release # - name: Create release