File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ jobs:
4747 docker buildx inspect --bootstrap
4848 docker buildx build --platform linux/arm64 -t ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$ECR_IMAGE:latest --push .
4949
50- - name : Deploy to ECS
51- uses : imehedi/actions-awscli-v2@latest
52- with :
53- args : ecs update-service --cluster MpcsjNestJSStabilityIntegration --service MpcsjStabilityAPI --force-new-deployment
54- env :
55- AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
56- AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
57- AWS_DEFAULT_REGION : ' sa-east-1'
50+ # - name: Deploy to ECS
51+ # uses: imehedi/actions-awscli-v2@latest
52+ # with:
53+ # args: ecs update-service --cluster MpcsjNestJSStabilityIntegration --service MpcsjStabilityAPI --force-new-deployment
54+ # env:
55+ # AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
56+ # AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
57+ # AWS_DEFAULT_REGION: 'sa-east-1'
You can’t perform that action at this time.
0 commit comments