Skip to content

Commit 5bff360

Browse files
committed
fix deployment?
1 parent c896715 commit 5bff360

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/validate.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,12 @@ jobs:
5959
env:
6060
FLY_ORG: ${{ vars.FLY_ORG }}
6161
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
62-
FLY_REGION: fra
62+
FLY_REGION: ${{ vars.FLY_REGION }}
6363
with:
6464
workspace_name: docs
6565
app_name: react-router-devtools-docs-pr-${{ github.event.number }}
66+
env_vars: |
67+
APP_ENV=production
68+
GITHUB_OWNER=${{ github.repository_owner }}
69+
GITHUB_REPO=${{ github.event.repository.name }}
70+
GITHUB_REPO_URL=https://github.com/${{ github.repository }}

0 commit comments

Comments
 (0)