Skip to content

Commit 9eb1e9e

Browse files
authored
Update carbon-aware-deploy.yml
1 parent 7edeea2 commit 9eb1e9e

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
@@ -37,6 +37,6 @@ jobs:
3737
echo "CLEAN_REGION=$CLEAN_REGION" >> $GITHUB_ENV
3838
3939
- name: Deploy to Fly.io
40-
run: flyctl deploy --remote-only --regions $CLEAN_REGION
40+
run: flyctl deploy --remote-only --regions $CLEAN_REGION --buildpack static
4141
env:
4242
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 commit comments

Comments
 (0)