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

CI/CD (Configure pipeline to continuously build and deliver docker images to the server) #10

Open
skuill opened this issue Jan 20, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@skuill
Copy link
Owner

skuill commented Jan 20, 2022

Read about:

  1. AppVeyor: https://www.appveyor.com/
  2. GitHub Actions: https://github.com/features/actions
  3. Jenkins: https://github.com/jenkinsci/jenkins
  4. Travis: https://travis-ci.org/

Pipeline:

  1. Development/debug code.
  2. Commit/push to repo github.
  3. CI. Build sln + test(unit/integration). Build docker image and push to registry docker hub.
  4. CD. Pull latest docker image and deploy
@skuill skuill added the enhancement New feature or request label Jan 20, 2022
@skuill skuill self-assigned this Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant