diff --git a/.github/workflows/gadi_deploy.yml b/.github/workflows/gadi_deploy.yml index 905942e..5133b24 100644 --- a/.github/workflows/gadi_deploy.yml +++ b/.github/workflows/gadi_deploy.yml @@ -10,17 +10,17 @@ jobs: build: runs-on: ubuntu-latest steps: - #- name: Checkout repository - # ### Latest at time of writing - # uses: actions/checkout@v4.1.7 - #- name: Sync repository to Gadi - # ### Latest at time of writing - # uses: up9cloud/action-rsync@v1.4 - # env: - # HOST: gadi.nci.org.au - # TARGET: ${{secrets.GADI_REPO_PATH}} - # KEY: ${{secrets.DEPLOY_KEY}} - # USER: ${{secrets.GADI_USER}} + - name: Checkout repository + ### Latest at time of writing + uses: actions/checkout@v4.1.7 + - name: Sync repository to Gadi + ### Latest at time of writing + uses: up9cloud/action-rsync@v1.4 + env: + HOST: gadi.nci.org.au + TARGET: ${{secrets.GADI_REPO_PATH}} + KEY: ${{secrets.DEPLOY_KEY}} + USER: ${{secrets.GADI_USER}} - name: Update catalog uses: appleboy/ssh-action@v1.0.0 with: