Starter doc/guides on CI/CD to Linode
I've used Linode for years for an old school PHP webapp. I'm looking to now deploy to Linode using a modern containerised approach for a new project. In my work life I am pretty well versed in how to do this with Gitlab and GCP however I'm not sure where to get started with Github and Linode so hoping there might be some good guides on this that people know about.
I just want to be able to create a tag and have Github deploy a new version of the code to Linode.
Thanks in advance
Simon
1 Reply
Hey Simon,
We have these guides for working with Continuous Integration:
https://www.linode.com/docs/guides/development/ci/
We also have this tutorial on creating a CI/CD Pipeline on Linode that you might find useful:
https://www.linode.com/docs/guides/install-gatsbyjs/
If you’re already familiar with Gitlab, there is also this guide to installing Gitlab with Docker:
https://www.linode.com/docs/guides/install-gitlab-with-docker/
I hope these can help you get the ball rolling.