<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CI/CD on Data Trenches</title><link>https://data-trenches.leandrof.space/tags/ci/cd/</link><description>Recent content in CI/CD on Data Trenches</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><managingEditor>leandrojlfernandes@gmail.com (Leandro Fernandes)</managingEditor><webMaster>leandrojlfernandes@gmail.com (Leandro Fernandes)</webMaster><lastBuildDate>Mon, 09 Aug 2021 11:48:42 -0600</lastBuildDate><atom:link href="https://data-trenches.leandrof.space/tags/ci/cd/index.xml" rel="self" type="application/rss+xml"/><item><title>GitLab CI - Auto Deploy to your VPS</title><link>https://data-trenches.leandrof.space/posts/gitlabci/</link><pubDate>Mon, 09 Aug 2021 11:48:42 -0600</pubDate><author>leandrojlfernandes@gmail.com (Leandro Fernandes)</author><guid>https://data-trenches.leandrof.space/posts/gitlabci/</guid><description>&lt;p>&lt;img src="image.png" alt="alt text">&lt;/p>
&lt;h1 id="gitlab-ci---auto-deploy-to-your-vps">GitLab CI - Auto Deploy to your VPS&lt;/h1>
&lt;p>I was developing a project where I wanted to have an online Staging environment to host our application and have the latest changes being deployed automatically upon each merge request to the Staging branch.&lt;/p>
&lt;p>I’ve started by searching how to setup automatic deploy via my &lt;strong>.gitlab-ci.yml&lt;/strong> file, the main goal would be to run our pipeline and, if my test cases were successful, we would SSH into my VPS and pull the latest version of the branch.&lt;/p></description></item></channel></rss>