Skip to content

Commit a571749

Browse files
authored
Merge pull request #525 from bcorfman/devlogin
Add dev cloud persistence back in
2 parents dbd2738 + 7a51f08 commit a571749

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy-frontend-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Node
6868
uses: actions/setup-node@v7
6969
with:
70-
node-version: 26
70+
node-version: 24
7171

7272
- name: Install
7373
run: npm ci
@@ -77,6 +77,7 @@ jobs:
7777

7878
- name: Build dev channel
7979
env:
80+
VITE_PHASERFORGE_ENABLE_DEV_CLOUD_PERSISTENCE: '1'
8081
VITE_API_BASE_URL: ${{ vars.VITE_API_BASE_URL_DEV }}
8182
VITE_PHASERFORGE_DEPLOY_CHANNEL: dev
8283
VITE_E2E_TEST_BRIDGE: '1'

.plans/railway-stable-dev-deployment-plan-2026-07-18.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Goal: create a working dev backend without changing stable behavior.
6868
- [x] Attach a separate development Postgres database.
6969
- [x] Configure development-only values for `PUBLIC_BASE_URL`, `FRONTEND_BASE_URL`, `CORS_ALLOW_ORIGINS`, `COOKIE_SAMESITE`, `COOKIE_SECURE`, `TRUST_PROXY`, session settings, and OAuth callback URLs.
7070
- [x] Use separate GitHub OAuth credentials/app callback configuration if GitHub login is enabled in development.
71-
- [ ] Run migrations against the empty development database.
71+
- [x] Run migrations against the empty development database.
7272
- [ ] Verify `/api/v1/health`, auth, session persistence, CSRF, CORS, and basic cloud-game CRUD against the dev service.
7373
- [ ] Confirm no development request can resolve to the stable database or stable OAuth callback.
7474
- [x] Configure the development Railway service's source/ref and environment-specific variables in the dashboard; keep shared build/start/health behavior in `railway.toml`.

0 commit comments

Comments
 (0)