Discourse/General/2019-05-15 Adding CICD to Infrastructure
|
📜 Discourse Archive |
Adding CI/CD to Infrastructure
[edit | edit source]Rack’s been backlogged on some issues and I’m trying to clear them, one is adding CI.
github.com/noisebridge/infrastructure
Add CI/CD to infrastructure
[edit | edit source] opened 05:26PM - 10 May 19 UTC
[https://github.com/marcidy marcidy ]
referencing #114, we'd like to make deployment automatic.
@SuperQ can you note what you want exactly? Or should we find someone to...
If you are interested in CI and helping Infra, feel free to start adding your thoughts. Make a PR on MAINTAINERS.md and add yourself as well.
James — 2019-05-15
What is CI? And CD?
rando — 2019-05-15
Continuous Integration / Continuous Development / Continuous Delivery
@SuperQ did it tho, so this is done. it lets you run various tasks automatically at check-in, like tests for example. So when I push to infra repo, tests will run on my branch automatically.