From 0d6c5f955139aba52e8adf531277a844e28d2209 Mon Sep 17 00:00:00 2001 From: Romain Beucher Date: Tue, 1 Oct 2024 14:15:10 +1000 Subject: [PATCH] Update gadi_deploy.yml --- .github/workflows/gadi_deploy.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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: