-
Notifications
You must be signed in to change notification settings - Fork 19
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
Improve deploy process using custom github action #463
Conversation
Results of if else condition:
✅ Deploys to dev from feature branch
✅ Skips deploys to prod from feature branch
✅ Deploys to dev from master branch
|
50e12a0
to
72a94df
Compare
- name: Display Environment Name | ||
run: echo "Hello ${{ inputs.envName }}" | ||
|
||
pre-commit: |
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.
This is not needed anymore. We would require it only for merging
Co-authored-by: chowbao <[email protected]>
PR Checklist
PR Structure
otherwise).
Thoroughness
What
This PR updates deploy github workflow such that,
This PR also deletes the prod.yml workflow file as it is not needed anymore.
Why
The existing workflow to use two branches - release and master and then auto-creating a PR to release is not smooth. There occurs merge conflicts often.
Known limitations
None. See testing results in comments below