Skip to content

Commit 7903feb

Browse files
authored
Update carbon-aware-deploy.yml
1 parent abce564 commit 7903feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/carbon-aware-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Scale Machines in Clean Region
3232
run: |
3333
echo "Scaling down machines in all regions..."
34-
flyctl scale count 0
34+
flyctl scale count 0 --yes
3535
3636
echo "Scaling up machines in region: $CLEAN_REGION"
3737
flyctl scale count 1 --region $CLEAN_REGION --yes

0 commit comments

Comments
 (0)