test
All checks were successful
/ deploy (push) Successful in 44s

This commit is contained in:
Mans Ziesel 2024-04-27 20:22:53 +02:00
parent 6f05b61f55
commit 71d75703d8

View File

@ -62,6 +62,10 @@ jobs:
run: echo "rm -r ${{ SSH_USER }}/*" run: echo "rm -r ${{ SSH_USER }}/*"
- name: Test - name: Test
run: echo "rm -r ${{ WEB_DIR }}/*" run: echo "rm -r ${{ WEB_DIR }}/*"
- name: Test
run: 'echo "test"'
- name: Test
run: echo "test"
- name: Extract archive (test) - name: Extract archive (test)
uses: https://github.com/appleboy/ssh-action@master uses: https://github.com/appleboy/ssh-action@master