Skip to content

Commit

Permalink
feat: require approval for deploying UI code
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Jul 26, 2024
1 parent dab6638 commit ef2b1fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_and_deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
secrets: inherit

deploy-interface-to-staging:
name: Push code to branch
name: Push code to staging branch
needs: [ref, create-draft-release]
environment: staging
runs-on: ubuntu-latest
steps:
- id: push-to-branch
Expand All @@ -85,6 +86,7 @@ jobs:
name: Push code to branch
needs: [ref, deploy-staging, deploy-interface-to-staging]
runs-on: ubuntu-latest
environment: production
steps:
- id: push-to-branch
uses: passportxyz/gh-workflows/.github/actions/push_to_branch@main
Expand Down

0 comments on commit ef2b1fe

Please sign in to comment.