Discourse/General/2019-05-15 Adding CICD to Infrastructure

From Noisebridge
Jump to navigation Jump to search

📜 Discourse Archive
This page is preserved verbatim from discuss.noisebridge.info, the Noisebridge community forum that operated roughly 2018–2022. The original site is defunct; this content was recovered via the Wayback Machine and is archived here as a primary source for Noisebridge history.
⮡ Original URL: https://discuss.noisebridge.info/t/adding-ci-cd-to-infrastructure/786
📦 Verify on Wayback Machine
📅 Archived: 2021-03-05
🏷 Original category: General

Adding CI/CD to Infrastructure

[edit | edit source]

rando

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.




James2019-05-15

What is CI? And CD?




rando2019-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.