Skip to content

Commit

Permalink
Update gadi_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher authored Oct 1, 2024
1 parent 15f1384 commit 0d6c5f9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/gadi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
#- name: Checkout repository
# ### Latest at time of writing
# uses: actions/[email protected]
#- name: Sync repository to Gadi
# ### Latest at time of writing
# uses: up9cloud/[email protected]
# 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/[email protected]
- name: Sync repository to Gadi
### Latest at time of writing
uses: up9cloud/[email protected]
env:
HOST: gadi.nci.org.au
TARGET: ${{secrets.GADI_REPO_PATH}}
KEY: ${{secrets.DEPLOY_KEY}}
USER: ${{secrets.GADI_USER}}
- name: Update catalog
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit 0d6c5f9

Please sign in to comment.