Skip to content

Commit

Permalink
fix: try using top-level env
Browse files Browse the repository at this point in the history
  • Loading branch information
lewxdev committed Aug 27, 2024
1 parent f86d9b0 commit 1653933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fly-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_APP_NAME: pr-${{ github.event.number }}-mmmines
FLY_ORG: mmmines
FLY_REGION: ord

Expand All @@ -29,7 +30,6 @@ jobs:
- id: deploy
uses: superfly/[email protected]
with:
name: pr-${{ github.event.number }}-mmmines
secrets: |
BASE_URL=https://pr-${{ github.event.number }}-mmmines.fly.dev
BASE_URL=https://${{ env.FLY_APP_NAME }}.fly.dev
REDIS_URL=${{ secrets.REDIS_URL }}

0 comments on commit 1653933

Please sign in to comment.