Skip to content

Commit

Permalink
Update Nightlies: ChowTape
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Sep 24, 2024
1 parent 649dfd3 commit 9fc6d0d
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,14 +337,17 @@ jobs:
if: contains(toJson(github.event.commits), 'ChowMultiTool')
run: bash plugins/ChowMultiTool/linux_build.sh

# - name: Deploy Nightly Builds
# uses: garygrossgarten/github-action-scp@release
# with:
# local: products
# remote: Library/Web/chowdsp/nightly_plugins
# host: ccrma-gate.stanford.edu
# username: jatin
# password: ${{ secrets.CCRMA_PASS }}
- name: Deploy Nightly Builds
uses: garygrossgarten/github-action-scp@release
with:
local: products
remote: Library/Web/chowdsp/nightly_plugins
host: ccrma-gate.stanford.edu
username: jatin
password: ${{ secrets.CCRMA_PASS }}
run: echo y | pscp -pw "${{ secrets.CCRMA_PASS }}" products/* "[email protected]:/user/j/jatin/Library/Web/chowdsp/nightly_plugins"


- name: Send email notification
if: always()
Expand Down

0 comments on commit 9fc6d0d

Please sign in to comment.