From e6125721b8de4637e5c9143101c2745b487d40dd Mon Sep 17 00:00:00 2001 From: Rishabh Srivastava Date: Mon, 8 Aug 2022 16:53:30 +1000 Subject: [PATCH] minor cicd comment added --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf2b558..1bdd3a5 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ https://{public-ip-address}:5000/qrcode/{url-to-be-qrcodeified} Application generated QR Code points to `https://{public-ip-address}:5000/short/{qr-code-id}` which redirects to target # GitHub Actions / CI CD Pipline +This application can be deployed to production using just one click on `GitHub Actions`. + Make sure, `AWS_ACCESS_KEY` and `AWS_SECRET_KEY` are created/updated with valid credentials. Go to Actions>> .github/workflows/aws-deploy.yml >> Run Workflow