Skip to content

Commit

Permalink
ci: switch deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed May 6, 2024
1 parent f9f208e commit c92781b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
deploy:
name: Deploy docker image
needs: [env, vars, build]
uses: acdh-oeaw/gl-autodevops-minimal-port/.github/workflows/deploy-cluster-2.yml@main
uses: acdh-oeaw/gl-autodevops-minimal-port/.github/workflows/deploy.yml@main
secrets: inherit
with:
environment: "${{ needs.env.outputs.environment }}"
Expand Down

0 comments on commit c92781b

Please sign in to comment.