We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c1627 commit 69b8f76Copy full SHA for 69b8f76
.github/workflows/deploy.yaml
@@ -26,7 +26,8 @@ jobs:
26
ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
27
- name: Package
28
run: |
29
- tar -zczf build.tar.gz build
+ cd build
30
+ tar -zcvf build.tar.gz *
31
- name: Deploy
32
33
scp -r build.tar.gz ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.SSH_PATH }}
0 commit comments