FEAT: Installed LocalStack For Development
Build, Push and Deploy CMS / build-push-deploy (push) Successful in 2m30s
Deploy Infrastructure / pulumi-up (push) Failing after 19s

This commit is contained in:
FahdShalhoub
2026-08-27 12:06:23 +03:00
parent 4303f005bd
commit 92e3b3283f
6 changed files with 122 additions and 17 deletions
@@ -23,22 +23,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
# Broad infra-provisioning credentials, distinct from the narrowly
# scoped gitea-ci-user used by the app deploy workflows (ECR push +
# ecs:UpdateService only). Pulumi needs to create/update IAM, RDS,
# ECS, CloudFront, etc., so this identity is intentionally wider.
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.PULUMI_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.PULUMI_AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: infrastructure/go.mod
# Stack name assumes the runner is logged into the same Pulumi Cloud
# org as `pulumi.yaml`'s default; if PULUMI_ACCESS_TOKEN's org differs,
# qualify this as "<org>/main" instead.