We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edeea2 commit 9eb1e9eCopy full SHA for 9eb1e9e
.github/workflows/carbon-aware-deploy.yml
@@ -37,6 +37,6 @@ jobs:
37
echo "CLEAN_REGION=$CLEAN_REGION" >> $GITHUB_ENV
38
39
- name: Deploy to Fly.io
40
- run: flyctl deploy --remote-only --regions $CLEAN_REGION
+ run: flyctl deploy --remote-only --regions $CLEAN_REGION --buildpack static
41
env:
42
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
0 commit comments