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

Build a continuous delivery pipeline #13

Open
specious opened this issue Jun 9, 2022 · 0 comments
Open

Build a continuous delivery pipeline #13

specious opened this issue Jun 9, 2022 · 0 comments

Comments

@specious
Copy link
Member

specious commented Jun 9, 2022

Create the artifacts and documentation for automating continuous delivery by making it possible to set up GitHub Actions (which is free for public repositories) to trigger builds and automatically deploy them to a testing or staging environment.

Initially the CD pipeline should simply automatically deploy the service to an environment when a push to a particular branch triggers it. Ultimately it should be able to run unit and integration tests on the build and fail to deploy or roll it back if anything doesn't pass.

It should be possible to follow the documentation to put the continuous delivery pipeline into operation.

Links:

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

No branches or pull requests

1 participant