Skip to content

Commit

Permalink
Make prod need dev (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten authored Oct 26, 2024
1 parent d077080 commit fc8cb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

deploy_to_prod1:
name: Deploy to prod 1
needs: push_to_registry
needs: deploy_to_dev3
uses: ./.github/workflows/helm-deploy.yaml
with:
environment: prod1
Expand Down

0 comments on commit fc8cb79

Please sign in to comment.