File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ jobs:
108108 echo "Deployment initiated successfully."
109109
110110 - name : Configure AWS credentials (FCBH)
111+ if : false # Temporarily disabled - remove this line to re-enable
112+ # if: ${{ steps.branch.outputs.EcsCluster == 'scriptoria-prd' }} # Restore this when re-enabling
111113 id : aws_fcbh
112114 uses : aws-actions/configure-aws-credentials@v4
113115 with :
@@ -116,6 +118,8 @@ jobs:
116118 aws-region : ${{ secrets.FCBH__AWS_DEFAULT_REGION }}
117119
118120 - name : Login to AWS ECR (FCBH)
121+ if : false # Temporarily disabled - remove this line to re-enable
122+ # if: ${{ steps.branch.outputs.EcsCluster == 'scriptoria-prd' }} # Restore this when re-enabling
119123 id : ecr_fcbh
120124 uses : aws-actions/amazon-ecr-login@v2
121125 with :
You can’t perform that action at this time.
0 commit comments