add prod creds to pipeline

This commit is contained in:
Maidul Islam
2024-03-25 21:23:53 -04:00
parent 3ddd06a3d1
commit b7b875b6a7

View File

@@ -100,7 +100,7 @@ jobs:
cluster: infisical-prod-platform
wait-for-service-stability: true
production-postgres-migration:
production-postgres-deployment:
name: Deploy to production
runs-on: ubuntu-latest
needs: [gamma-deployment]
@@ -125,7 +125,7 @@ jobs:
with:
audience: sts.amazonaws.com
aws-region: us-east-1
role-to-assume: arn:aws:iam::905418227878:role/deploy-new-ecs-img
role-to-assume: arn:aws:iam::381492033652:role/gha-make-prod-deployment
- name: Save commit hashes for tag
id: commit
uses: pr-mpt/actions-commit-hash@v2