We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54dee3 commit 6c42037Copy full SHA for 6c42037
.github/workflows/carbon-aware-deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
flyctl scale count 0
41
42
echo "Scaling up machines in region: $CLEAN_REGION"
43
- flyctl scale count 1 --region $CLEAN_REGION
+ flyctl scale count 1 --region $CLEAN_REGION --yes
44
env:
45
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
46
0 commit comments