FIX: Added Step To install AWS Cli
Build, Push and Deploy CMS / build-push-deploy (push) Successful in 1m57s

This commit is contained in:
FahdShalhoub
2026-08-16 19:44:23 +03:00
parent be5a78a923
commit 1a44783b1a
+7
View File
@@ -44,6 +44,13 @@ jobs:
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:latest
${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:${{ gitea.sha }}
- name: Install AWS CLI
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip -q awscliv2.zip
sudo ./aws/install
rm -rf awscliv2.zip aws
# cluster/service ARNs come from `pulumi stack output ecsClusterArn` /
# `cmsServiceArn` in the infrastructure project — set once as repo
# variables (Settings > Actions > Variables), not secrets, since ARNs