Skip to content
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

CICD #25

Open
kikobr82 opened this issue Apr 15, 2020 · 0 comments
Open

CICD #25

kikobr82 opened this issue Apr 15, 2020 · 0 comments
Assignees

Comments

@kikobr82
Copy link
Contributor

kikobr82 commented Apr 15, 2020

  • create a github action that:
    • every pull request will run make build
    • build step needs to build image and push to ECR tagged with commit SHORT_SHA for reference
  • create a github action that:
    • every push to master branch will run make deploy
    • deploy step will update task definition / service with new container image tag

Acceptance Criteria:
minimun:
- github action for building pull requests
good to have:
- github action for deploying new images when new code reaches master branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants