<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>github actions on Andrés Álvarez</title>
    <link>https://aalvrz.me/tags/github-actions/</link>
    <description>Recent content in github actions on Andrés Álvarez</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 08 Jun 2021 14:34:36 -0600</lastBuildDate>
    
	<atom:link href="https://aalvrz.me/tags/github-actions/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>How to create a 3 Stage Deployment Pipeline With Github Actions</title>
      <link>https://aalvrz.me/posts/how-tocreate-a-3-stage-deployment-pipeline-with-github-actions/</link>
      <pubDate>Tue, 08 Jun 2021 14:34:36 -0600</pubDate>
      
      <guid>https://aalvrz.me/posts/how-tocreate-a-3-stage-deployment-pipeline-with-github-actions/</guid>
      <description>&lt;p&gt;In this post I will show you how to setup a nice 3 stage deployment pipeline that will lint and test your code before deploying to a specific stage, using Github Actions&lt;/p&gt;
&lt;p&gt;I will be simulating a Python application for this post, so you should modify the Python related stuff according to your project.&lt;/p&gt;
&lt;h2 id=&#34;-build-and-test-workflow&#34;&gt;🔧 Build And Test Workflow&lt;/h2&gt;
&lt;p&gt;This workflow will lint, type check, and test the project before deploying to any stage. Create a &lt;code&gt;.github/workflows/build-and-test.yml&lt;/code&gt; file:&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>