Application CICD
Opened this issue · 1 comments
caiocezart commented
Objectives:
- Create a workflow in GitHub Actions to build and push the image on every update in the application folder(PRs)
- Create a workflow in GitHub Actions to deploy the new image when new application code is merged into master
Acceptance:
- Workflow must use the same targets created on #11
- Workflows are running successfully and the application is being updated from events in GH
raghunadhpokkalath commented
completed the ci cd jobs for application