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 937742b commit 395d570Copy full SHA for 395d570
.github/workflows/build-deploy-zodiac.yml
@@ -27,12 +27,10 @@ jobs:
27
run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
28
29
- name: Copy package to server
30
- uses: wlixcc/[email protected]
+ uses: NeuroJSON/[email protected]
31
with:
32
server: ${{ secrets.NEUROJ_SERVER }}
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 }}/${{ env.BRANCH_NAME }}"
37
- rsyncArgs: '--exclude=*.map'
38
- sftpArgs: '-o ConnectTimeout=5'
+ remote_path: "${{ secrets.NEUROJ_CI_PATH }}/${{ github.actor }}_${{ env.BRANCH_NAME }}"
0 commit comments