Skip to content

Commit

Permalink
feature/ci-cd (#95)
Browse files Browse the repository at this point in the history
testing ci cd
  • Loading branch information
tsaucier-sf authored Jan 5, 2024
1 parent 7b3e997 commit 3b921ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-backstage-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Configure IAM Role
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secrets.BACKSTAGE_DEPLOY_ARN }}
role-to-assume: ${{ secrets.PROD_BACKSTAGE_DEPLOY_ARN }}
aws-region: us-east-1
continue-on-error: false

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
build_and_push_prod:
name: Build & Push Image - Prod
runs-on: ubuntu-latest
environment:
name: prod

steps:
- name: Checkout
Expand All @@ -26,7 +24,7 @@ jobs:
- name: Configure IAM Role
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secrets.BACKSTAGE_DEPLOY_ARN }}
role-to-assume: ${{ secrets.PROD_BACKSTAGE_DEPLOY_ARN }}
aws-region: us-east-1
continue-on-error: false

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/plan-backstage-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
plan:
name: Plan - Prod
runs-on: ubuntu-latest
environment:
name: prod
outputs:
plan_id: ${{ steps.workflow_vars.outputs.plan_id }}
permissions:
Expand Down Expand Up @@ -54,7 +52,7 @@ jobs:
- name: Configure IAM Role
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secrets.BACKSTAGE_DEPLOY_ARN }}
role-to-assume: ${{ secrets.PROD_BACKSTAGE_DEPLOY_ARN }}
aws-region: us-east-1
continue-on-error: false

Expand Down

0 comments on commit 3b921ad

Please sign in to comment.