FIX: Added Step To install AWS Cli
Build, Push and Deploy CMS / build-push-deploy (push) Successful in 1m57s
Build, Push and Deploy CMS / build-push-deploy (push) Successful in 1m57s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user