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 395d570 commit 2d011a3Copy full SHA for 2d011a3
.github/workflows/build-deploy-zodiac.yml
@@ -33,4 +33,4 @@ jobs:
33
username: ${{ secrets.NEUROJ_SERVER_USER }}
34
ssh_private_key: ${{ secrets.NEUROJ_SERVER_SSH_KEY }}
35
local_path: "./build/*"
36
- remote_path: "${{ secrets.NEUROJ_CI_PATH }}/${{ github.actor }}_${{ env.BRANCH_NAME }}"
+ remote_path: "${{ secrets.NEUROJ_CI_PATH }}/${{ env.BRANCH_NAME }}"
0 commit comments