CICD-Question
See original GitHub issueThis is more of a usage question. It just works fine from my local. How do we integrate this in a CI-CD process, taking it through different environment lifecycles? is there anything similar to serverless package
?
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
20 CI/CD Interview Questions DevOps Engineers Should ...
20 CI/CD Interview Questions DevOps Engineers Should Know · Q1: What is Docker? · Q2: What is meant by Continuous Integration? · Q3:...
Read more >Top 30+ DevOps & CI/CD Pipeline Interview Questions for ...
Looking for a new DevOps job? These are the 30 CI/CD and DevOps interview questions for you to ace to get your next...
Read more >Ultimate CI CD DevOps Interview Questions (2023)
Ultimate CI CD DevOps Interview Questions (2023) · Q: What is CI-CD? · Q: What is Continuous Integration (CI)? · Q: What is...
Read more >Top CI CD DevOps Interview Questions(2022)
Top CI CD DevOps Interview Questions(2022) · What is meant by CI-CD? · What is Continuous Deployment (CD)? · What is Continuous Integration...
Read more >Top CI CD (2022) DevOps Interview Questions
Q: What is CI-CD? A : During development phase there are frequent code changes which need to be committed to the main branch....
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 FreeTop 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
Top GitHub Comments
@elad-maimon Hmm I’m not sure about the artifact you mentioned, from my understanding it’s a manifesto of previous deployment and it’s needed if you want your deployment has a consistent place in cloudfront/lambda and what not.
According to readme here on
Finalizing Production CI/CD
, it seems a similar step of what you are doing. Hope that helps.BTW I also had inconsistency problem with local/GA deployment, got it resolved after syncing artifacts. It’s well instructed in readme 😃
Oh, you have to store the .serverless folder and restore between runs. Otherwise you’ll end up with a new environment every time 😃