File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -40,22 +40,22 @@ jobs:
40
40
runner : codebuild-ab2d-contracts-${{github.run_id}}-${{github.run_attempt}}
41
41
secrets :
42
42
aws_account : ${{contains(fromJSON('["dev", "test"]'), inputs.environment) && secrets.GF_NON_PROD_ACCOUNT || secrets.GF_PROD_ACCOUNT}}
43
-
44
- deploy :
45
- needs : apply_tofu
46
- permissions :
47
- contents : read
48
- id-token : write
49
- runs-on : codebuild-ab2d-contracts-${{github.run_id}}-${{github.run_attempt}}
50
- env :
51
- AWS_ACCOUNT : ${{contains(fromJSON('["dev", "test"]'), inputs.environment) && secrets.GF_NON_PROD_ACCOUNT || secrets.GF_PROD_ACCOUNT}}
52
- AB2D_ENV : ${{ inputs.environment }}
53
- steps :
54
- - uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
55
- with :
56
- aws-region : ${{ vars.AWS_REGION }}
57
- role-to-assume : arn:aws:iam::${{ env.AWS_ACCOUNT }}:role/delegatedadmin/developer/ab2d-${{ env.AB2D_ENV }}-github-actions
58
-
43
+ #
44
+ # deploy:
45
+ # needs: apply_tofu
46
+ # permissions:
47
+ # contents: read
48
+ # id-token: write
49
+ # runs-on: codebuild-ab2d-contracts-${{github.run_id}}-${{github.run_attempt}}
50
+ # env:
51
+ # AWS_ACCOUNT: ${{contains(fromJSON('["dev", "test"]'), inputs.environment) && secrets.GF_NON_PROD_ACCOUNT || secrets.GF_PROD_ACCOUNT}}
52
+ # AB2D_ENV: ${{ inputs.environment }}
53
+ # steps:
54
+ # - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
55
+ # with:
56
+ # aws-region: ${{ vars.AWS_REGION }}
57
+ # role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT }}:role/delegatedadmin/developer/ab2d-${{ env.AB2D_ENV }}-github-actions
58
+ #
59
59
# - name: Inspect task definition, extract image, deploy
60
60
# env:
61
61
# CLUSTER: ab2d-${{ env.AB2D_ENV }}-microservices
You can’t perform that action at this time.
0 commit comments