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 19fc5ce commit 07fcd41Copy full SHA for 07fcd41
.github/workflows/build-deploy-zodiac.yml
@@ -34,3 +34,5 @@ jobs:
34
ssh_private_key: ${{ secrets.NEUROJ_SERVER_SSH_KEY }}
35
local_path: "./build/*"
36
remote_path: "${{ secrets.NEUROJ_CI_PATH }}/${{ env.BRANCH_NAME }}"
37
+ rsyncArgs: '--exclude=*.map'
38
+ sftpArgs: '-o ConnectTimeout=5'
0 commit comments