Added installation of aws client to workflow - Fix 2
Some checks failed
AWS Deploy on Push / build (push) Failing after 1m5s

This commit is contained in:
2025-05-15 10:49:50 -05:00
parent bd27f108e6
commit 45d58bc6ea
2 changed files with 6 additions and 1 deletions

View File

@@ -41,7 +41,11 @@ jobs:
run: cdk deploy --app="python3 ${PWD}/app.py" --require-approval=never run: cdk deploy --app="python3 ${PWD}/app.py" --require-approval=never
- name: Install AWS CLI - name: Install AWS CLI
uses: aws-actions/setup-aws-cli@v2 run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
aws --version
- name: Update application on instance - name: Update application on instance
run: | run: |

View File

@@ -1,6 +1,7 @@
{ {
"cSpell.words": [ "cSpell.words": [
"altinstall", "altinstall",
"awscliv",
"certbot", "certbot",
"devel", "devel",
"dotenv", "dotenv",