Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…overy into develop
  • Loading branch information
Mocca101 committed Aug 30, 2023
2 parents 574c4a8 + bfe43dc commit bdec7c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/starter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
submodules: ${{ needs.setup_workflow_env.outputs.submodules }}
_3:
needs: [setup_workflow_env, _1, _2]
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
# if you run this outside of acdh-oeaw yo uneed to specify every secret you want to pass by name
# KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
Expand All @@ -108,7 +108,7 @@ jobs:
submodules: ${{ needs.setup_workflow_env.outputs.submodules }}
_3-mamems:
needs: [setup_workflow_env, _1-mamems, _2]
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.setup_workflow_env.outputs.environment}}-mamems
Expand All @@ -122,7 +122,7 @@ jobs:
submodules: ${{ needs.setup_workflow_env.outputs.submodules }}
_3-approaching-byzantium:
needs: [setup_workflow_env, _1-approaching-byzantium, _2]
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.setup_workflow_env.outputs.environment}}-approaching-byzantium
Expand Down

0 comments on commit bdec7c4

Please sign in to comment.