From 1a44783b1a412e9f3ce299d474289b41673932ed Mon Sep 17 00:00:00 2001 From: FahdShalhoub Date: Sun, 16 Aug 2026 19:44:23 +0300 Subject: [PATCH] FIX: Added Step To install AWS Cli --- .gitea/workflows/cms-deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/cms-deploy.yml b/.gitea/workflows/cms-deploy.yml index ba5266d..11a4264 100644 --- a/.gitea/workflows/cms-deploy.yml +++ b/.gitea/workflows/cms-deploy.yml @@ -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