<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Amine LOUHICHI</title>
    <description>The latest articles on DEV Community by Amine LOUHICHI (@aminelch).</description>
    <link>https://dev.to/aminelch</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F307859%2F7794d65a-b4e7-435a-925f-62a51ad00ba5.png</url>
      <title>DEV Community: Amine LOUHICHI</title>
      <link>https://dev.to/aminelch</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aminelch"/>
    <language>en</language>
    <item>
      <title>Automate your deployment with deploy.sh 🚀</title>
      <dc:creator>Amine LOUHICHI</dc:creator>
      <pubDate>Tue, 14 Jan 2025 21:51:04 +0000</pubDate>
      <link>https://dev.to/aminelch/automate-your-deployment-with-deploysh-ene</link>
      <guid>https://dev.to/aminelch/automate-your-deployment-with-deploysh-ene</guid>
      <description>&lt;p&gt;As a DevOps enthusiast, I love automating processes to save time and reduce human error. That's why I created &lt;strong&gt;&lt;code&gt;deploy.sh&lt;/code&gt;&lt;/strong&gt;, a simple yet powerful script to quickly deploy Docker containers with systemd for your development environments. 🐳💻&lt;/p&gt;

&lt;h3&gt;
  
  
  Why use &lt;code&gt;deploy.sh&lt;/code&gt;? 🤔
&lt;/h3&gt;

&lt;p&gt;Setting up development environments quickly and consistently can be challenging. With &lt;strong&gt;&lt;code&gt;deploy.sh&lt;/code&gt;&lt;/strong&gt;, you can create lightweight Docker containers pre-configured with systemd in just a few commands. This script helps you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Deploy lightweight development environments.&lt;/li&gt;
&lt;li&gt;Easily manage your containers with systemd.&lt;/li&gt;
&lt;li&gt;Automate repetitive tasks and setup steps.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  What does the script do? 🎯
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Installation&lt;/strong&gt;: Simplifies installation with a quick and easy installer.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Container creation&lt;/strong&gt;: Deploys Docker containers with systemd for managing services.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Automation&lt;/strong&gt;: Helps integrate and configure development environments effortlessly.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  How to install and use it? 🔧
&lt;/h3&gt;

&lt;p&gt;For an easy installation of the &lt;code&gt;deploy.sh&lt;/code&gt; script, you can use the automated installer. Run the following command to download and install the script:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;sh &lt;span class="nt"&gt;-c&lt;/span&gt; &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="si"&gt;$(&lt;/span&gt;curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://gitlab.com/cool-devops-stuff/deploy.sh/raw/main/deploy.sh&lt;span class="si"&gt;)&lt;/span&gt;&lt;span class="s2"&gt;"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will automatically download and install the script on your machine, ready to be executed.&lt;/p&gt;

&lt;p&gt;Once installed, you can simply run the following to deploy your containers:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;deploy
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Visit the repository 🌐
&lt;/h3&gt;

&lt;p&gt;Check out the full source code and contribute to the project on &lt;a href="https://gitlab.com/cool-devops-stuff/deploy.sh" rel="noopener noreferrer"&gt;GitLab&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;DevOps&lt;br&gt;
Docker&lt;br&gt;
Automation&lt;br&gt;
CI/CD&lt;br&gt;
Scripting&lt;br&gt;
Shell&lt;br&gt;
Bash&lt;br&gt;
Infrastructure&lt;br&gt;
Provisioning&lt;/p&gt;

</description>
      <category>devops</category>
      <category>docker</category>
      <category>bash</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
