Skip to content

Commit 07fcd41

Browse files
committed
[ci] test additional sftp options
1 parent 19fc5ce commit 07fcd41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-deploy-zodiac.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
ssh_private_key: ${{ secrets.NEUROJ_SERVER_SSH_KEY }}
3535
local_path: "./build/*"
3636
remote_path: "${{ secrets.NEUROJ_CI_PATH }}/${{ env.BRANCH_NAME }}"
37+
rsyncArgs: '--exclude=*.map'
38+
sftpArgs: '-o ConnectTimeout=5'

0 commit comments

Comments
 (0)