Skip to content

Commit 2d011a3

Browse files
committed
[ci] zodiac sftp deployment is working, fix #18
1 parent 395d570 commit 2d011a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
username: ${{ secrets.NEUROJ_SERVER_USER }}
3434
ssh_private_key: ${{ secrets.NEUROJ_SERVER_SSH_KEY }}
3535
local_path: "./build/*"
36-
remote_path: "${{ secrets.NEUROJ_CI_PATH }}/${{ github.actor }}_${{ env.BRANCH_NAME }}"
36+
remote_path: "${{ secrets.NEUROJ_CI_PATH }}/${{ env.BRANCH_NAME }}"

0 commit comments

Comments
 (0)