Skip to content

Commit

Permalink
Merge pull request #16 from Antiz96/dev
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
Antiz96 authored Aug 1, 2023
2 parents 3a6964b + 616b83c commit 6a795c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/blog/website_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ Once the changes have been reviewed and declared "ready" to go to production, th

![alt_text](../../images/Jenkins_Update_Website_Job_Prd.png "Jenkins - Update Website Job Prod")

This workflow aims to evolve and be improved over time but it's a good example of a simple; yet effective, flexible and reliable; automated workflow with CI/CD you can use to manage your projects! :beaming_face_with_smiling_eyes:
This workflow aims to evolve and be improved over time but it's a good example of a simple; yet effective, flexible and reliable automated workflow with CI/CD you can use to manage your projects! :beaming_face_with_smiling_eyes:
2 changes: 1 addition & 1 deletion public/blog/website_workflow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ <h3 id="cd">CD</h3>
<p>I can then review what my changes look like on my development environment (which is identical to my production environment so I&rsquo;m guaranteed that what I&rsquo;m seeing on my development environment is exactly what it will look like once pushed to my production environment).</p>
<p>Once the changes have been reviewed and declared &ldquo;ready&rdquo; to go to production, the only thing I need to do is to merge the changes to the <code>main</code> branch on the GitHub repository (by &ldquo;accepting&rdquo; the pending merge request) and relaunch my Jenkins job, targeting the &ldquo;prod&rdquo; environment this time, so the changes are pushed against the <code>main</code> branch to the <code>VPS</code> which hosts this website:</p>
<p><img src="../../images/Jenkins_Update_Website_Job_Prd.png" alt="alt_text" title="Jenkins - Update Website Job Prod"></p>
<p>This workflow aims to evolve and be improved over time but it&rsquo;s a good example of a simple; yet effective, flexible and reliable; automated workflow with CI/CD you can use to manage your projects! 😁</p>
<p>This workflow aims to evolve and be improved over time but it&rsquo;s a good example of a simple; yet effective, flexible and reliable automated workflow with CI/CD you can use to manage your projects! 😁</p>
</div>
<div class="post__footer">

Expand Down

0 comments on commit 6a795c6

Please sign in to comment.