Skip to content

Commit 8a2ba9a

Browse files
committed
All FCBH steps disabled for now
1 parent 6fbe41e commit 8a2ba9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)