-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spike/psp 6928 #4298
base: dev
Are you sure you want to change the base?
Spike/psp 6928 #4298
Conversation
Create openshift.yml
✅ No secrets were detected in the code. |
deploy-frontend: | ||
name: Frontend | ||
runs-on: ubuntu-latest | ||
environment: ${{inputs.domain}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stops the execution if the environment has approvals required
deploy-dev-gate: | ||
name: Dev approval | ||
runs-on: ubuntu-latest | ||
environment: dev | ||
steps: | ||
- name: store image | ||
run: echo "Approval for deployment to DEV" | ||
needs: [build-api, build-frontend] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Job to gate the next events until it has been approved
Sample to code to put gates in the gitactions. Useful for deployment