Skip to content

Commit

Permalink
add deploy-prod section
Browse files Browse the repository at this point in the history
  • Loading branch information
maahdisrostampoor committed Jul 12, 2024
1 parent ef984bc commit 6974252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:

deploy-prod:
if: github.ref == 'refs/heads/main'
# needs: [integration-test]
needs: [deploy-dev]
runs-on: ubuntu-latest
# Configure GitHub Action Environment to have a manual approval step before deployment to production
# https://docs.github.com/en/actions/reference/environments
Expand Down

0 comments on commit 6974252

Please sign in to comment.