WaspW
Wasp•17mo ago
KC

A possible bug: wasp deploy fly deploy resets the server URL

Hello Waspeteers! 👋
When we use the wasp deploy fly deploy command, it looks like the server URL (env variable when building the client here: https://github.com/wasp-lang/wasp/blob/8d5530519bb5e99ec7d87caf3c807785f19954dc/waspc/packages/deploy/src/providers/fly/deploy/deploy.ts#L107) is being derived from the base name (https://github.com/wasp-lang/wasp/blob/8d5530519bb5e99ec7d87caf3c807785f19954dc/waspc/packages/deploy/src/providers/fly/DeploymentInfo.ts#L30). Can we override this somehow? We are using the deploy-action (https://github.com/wasp-lang/deploy-action) in our CI and our server URL is api.schooltendance.com. This gets reset to the fly.dev URL every time we 🚢.
GitHub
Github Action to deploy with Wasp to Fly.io. Contribute to wasp-lang/deploy-action development by creating an account on GitHub.
GitHub
The fastest way to develop full-stack web apps with React & Node.js. - wasp-lang/wasp
GitHub
The fastest way to develop full-stack web apps with React & Node.js. - wasp-lang/wasp
Was this page helpful?