We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e0747 commit 78ce0ceCopy full SHA for 78ce0ce
2 files changed
.github/workflows/deploy-prod.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Create tar archive
30
run: |
31
- tar -cvzf batch.tar.gz --exclude='.git' --exclude='.github' .
+ tar -cvzf batch.tar.gz --exclude='.git' --exclude='.github' --exclude='.gitignore' --exclude='*.tar.gz' .
32
33
- name: Transfer archive via SCP
34
uses: appleboy/scp-action@v0.1.7
.github/workflows/deploy-stage.yml
0 commit comments