We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abce564 commit 7903febCopy full SHA for 7903feb
.github/workflows/carbon-aware-deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Scale Machines in Clean Region
32
run: |
33
echo "Scaling down machines in all regions..."
34
- flyctl scale count 0
+ flyctl scale count 0 --yes
35
36
echo "Scaling up machines in region: $CLEAN_REGION"
37
flyctl scale count 1 --region $CLEAN_REGION --yes
0 commit comments