From 001e9529e63fca377b1f5cc36ebe8bed64a38669 Mon Sep 17 00:00:00 2001 From: jatin Date: Mon, 23 Sep 2024 18:07:21 -0700 Subject: [PATCH] Update Nightlies: ChowTape --- .github/workflows/nightly.yml | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1594989..355048c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -244,14 +244,16 @@ jobs: INSTALLER_PASS: ${{ secrets.MAC_INSTALLER_PASS }} CCRMA_PASS: ${{ 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 }} - 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() @@ -337,17 +339,14 @@ 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 - run: echo y | pscp -pw "${{ secrets.CCRMA_PASS }}" products/* "jatin@ccrma-gate.stanford.edu:/user/j/jatin/Library/Web/chowdsp/nightly_plugins" - + 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: Send email notification if: always()