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

Research CI process #8

Closed
andrewralon opened this issue Jan 23, 2018 · 1 comment
Closed

Research CI process #8

andrewralon opened this issue Jan 23, 2018 · 1 comment

Comments

@andrewralon
Copy link
Owner

andrewralon commented Jan 23, 2018

Research what needs to be done for CI:

  • Which tool to use
  • How to configure CI
  • How to build, and on what box
  • What tests will be done
  • How to hand off to CD / deploy docker image to EC2

AC

  • Document findings here
  • Annnnnnd create tickets as applicable

References:

@andrewralon
Copy link
Owner Author

Findings

  • TravisCI will work fine enough (also, DockerHub should work)
  • TravisCI needs tweaks due to Docker and secrets
  • Dockerfile goes in .csproj folder; seems solid
  • .travis.yml goes in root folder; still tweaking
  • TravisCI passes AWS credentials on to create and push Docker images
  • Seems weird to build an env in Travis just to build another env in Docker....
  • Commit was picked up by TravisCI, pulled, built, tested, containerized, pushed to ECR, hosted on EC2 instance.... then live!
  • Pudding proof: https://travis-ci.org/andrewralon/cocktails/jobs/335010486
  • Not a great idea to go live on every passing commit haha -- should figure out a better strategy for what goes to Prod

andrewralon added a commit that referenced this issue Feb 1, 2018
#8 CI process implemented - commit to prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant