diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ae8ca17..1594989 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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/* "jatin@ccrma-gate.stanford.edu:/user/j/jatin/Library/Web/chowdsp/nightly_plugins" + - name: Send email notification if: always()