From 13e84d23b950cfcad3b8f465b1a6d97f527baf80 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Tue, 22 Sep 2020 09:31:10 +0200 Subject: [PATCH] Add an action for AWS CodeDeploy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds https://github.com/webfactory/create-aws-codedeploy-deployment to the list – an action to create AWS CodeDeploy deployments. For more details on CodeDeploy, see https://aws.amazon.com/de/codedeploy/. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f145018..071bd7f 100644 --- a/README.md +++ b/README.md @@ -441,6 +441,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action) - [Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension) - [Deploy a YouTube Video to Anchor.fm Podcast](https://github.com/Schrodinger-Hat/youtube-to-anchorfm) +- [Deploy with AWS CodeDeploy](https://github.com/webfactory/create-aws-codedeploy-deployment) #### Docker