Skip to content

Commit 5663bba

Browse files
authored
Update carbon-aware-deploy.yml
1 parent ca04d92 commit 5663bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
env:
4242
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
4343

44-
- name: Deploy to Fly.io
44+
- name: Deploy to Fly.io in Low-Carbon Region
4545
run: |
4646
echo "Deploying to region: $CLEAN_REGION"
47-
flyctl deploy --remote-only --regions $CLEAN_REGION
47+
flyctl deploy --remote-only --regions $CLEAN_REGION -a dani-astro-portfolio-blog-dawn-sun-2034
4848
env:
4949
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 commit comments

Comments
 (0)