devopsacademyau/2020-jun-project1-externals

Application CICD

Opened this issue · 1 comments

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

completed the ci cd jobs for application