+3
-2
.github/workflows/fly-review.yml
+3
-2
.github/workflows/fly-review.yml
···
47
47
# Use smaller resources for review apps
48
48
vmsize: shared-cpu-1x
49
49
memory: 256
50
-
# Set OAUTH_REDIRECT_BASE dynamically for OAuth redirects
50
+
# Set OAUTH_REDIRECT_BASE and APP_URL dynamically for OAuth redirects
51
51
secrets: |
52
-
OAUTH_REDIRECT_BASE=https://zzstoatzz-status-pr-${{ github.event.number }}.fly.dev
52
+
OAUTH_REDIRECT_BASE=https://zzstoatzz-status-pr-${{ github.event.number }}.fly.dev
53
+
APP_URL=https://zzstoatzz-status-pr-${{ github.event.number }}.fly.dev