Added installation of aws client to workflow
Some checks failed
AWS Deploy on Push / build (push) Failing after 10s

This commit is contained in:
2025-05-15 10:43:33 -05:00
parent 35b78b44b8
commit e71961ea2a

View File

@@ -40,6 +40,9 @@ jobs:
- name: Deploy to AWS
run: cdk deploy --app="python3 ${PWD}/app.py" --require-approval=never
- name: Install AWS CLI
uses: aws-actions/setup-aws-cli@master
- name: Update application on instance
run: |
INSTANCE_ID=$(aws ec2 describe-instances --filters "Name=tag:Name,Values=IptvUpdater/IptvUpdaterInstance" --query "Reservations[*].Instances[*].InstanceId" --output text)