diff --git a/app/content/posts/strategies-on-container-image-promotion-pipelines/images/image.png b/app/content/posts/strategies-on-container-image-promotion-pipelines/images/image.png new file mode 100644 index 0000000..e69de29 diff --git a/app/content/posts/strategies-on-container-image-promotion-pipelines/index.md b/app/content/posts/strategies-on-container-image-promotion-pipelines/index.md new file mode 100644 index 0000000..f944abb --- /dev/null +++ b/app/content/posts/strategies-on-container-image-promotion-pipelines/index.md @@ -0,0 +1,86 @@ +--- +title: "Strategies on container promotion pipelines" +date: 2040-01-15T11:18:00-03:00 +slug: "strategies-on-container-promotion-pipelines" # The unique identifier of the post in the URL, if you place a new slug the URL will change, i this case it would be https://caiogomes.me/posts/here-you-will-place-the-slug-of-the-post/ +category: gategory # The category of the post, it will be used to group posts in the same category. Not using for now +description: "Description of the post, it will be used in the meta description of the post" +draft: false +--- + +In this post we wil talk about lore ipsum blablabla + +Just start the post here, it will be written in markdown. You can use the following as a template: + + +REFERENCE: https://wordpress.com/support/markdown-quick-reference/ + + +# Header 1 +lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor, nisl eget ultricies ultricies, nunc nisl ultricies nunc, quis ul + +lore ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor, nisl eget ultricies ultricies, nunc nisl ultricies nunc, quis ul. lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor, nisl eget ultricies ultricies, nunc nisl ultricies nunc, quis ul + +lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor, nisl eget ultricies ultricies, nunc nisl ultricies nunc, quis ul + +## Header 2 +lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor, nisl eget ultricies ultricies, nunc nisl ultricies nunc, quis ul + +### Header 3 + + +[**GitHub actions**](https://docs.github.com/en/actions/quickstart) + + +**GitHub actions** + + +*GitHub actions* + + +```yml +Here goes the code +``` + + +![Image description](images/image.png) + + +1. Install Hugo in the machine that will build the app +2. Install de AWS CLI in order to upload the app to S3 +3. Set the credentials in the machine so that it has access to the AWS account +4. Check out the repository +5. Run Hugo on the repository to build the app +6. Upload the files to S3 +7. Optional. Invalidate the Cloufront distribution in case we are using it to cache the website. + + + \ No newline at end of file diff --git a/worklog.log b/worklog.log new file mode 100644 index 0000000..5a90ab5 --- /dev/null +++ b/worklog.log @@ -0,0 +1 @@ +- Studying strategies on container promotion pipelines for blog post \ No newline at end of file