Setup proper infrastructure and continuous integration
See original GitHub issueWe need to figure out at least the basic infrastructure:
- automated builds and deployment to production from
release
branch - automated builds and deployment to staging from
master
branch - automated builds and deployment of pull requests
TODO:
- create domain names for production and staging
- setup Travis or CircleCI, deploy on pushes
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (9 by maintainers)
Top Results From Across the Web
How to Setup Continuous Integration | Atlassian
Successfully adopting CI comes with huge benefits, including saving time and improving code quality. Learn how to setup continuous integration in 5 steps....
Read more >How To Set Up a Continuous Integration & Delivery (CI/CD ...
In this section, I'll show how to configure a simple CI/CD pipeline using Jenkins. Before you start, make sure Jenkins is properly ......
Read more >How to Implement Infrastructure as Code in CI/CD Pipeline?
Step 2: Define the conditions as rigidly as imaginable, moving shortly to the possibility—associate in addressing the Infrastructure as Code in ...
Read more >What is Continuous Integration: Testing, Software & Process ...
It is the discipline of being able to reliably release application changes (code) at any time. Beyond making sure your application passes automated...
Read more >CI/CD Pipeline: A Gentle Introduction - Semaphore
A CI/CD pipeline helps you automate steps in your software delivery process. Understand the basics, best practices and how to get started.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Can we use Github actions instead of travis or CircleCI?
This was resolved