Description of the problem (please keep it simple and short):
- Trying to deploy to production, keeps failing on the very last step
- Logs below:
info: Deployment: aa55b76b-feb3-42b3-8979-627f1d3b3664 - 2023-07-26T13:48:34.306Z
info: Build: e098a5e7-7956-4e3f-bdf7-68b5c1ee0dbd - 2023-07-26T13:48:34.308Z
info: Connecting to builder - 2023-07-26T13:48:34.309Z
info: Builder connected - 2023-07-26T13:48:38.972Z
info: Installing packages - 2023-07-26T13:48:39.093Z
info: Skipping Build as no Build command set - 2023-07-26T13:48:42.029Z
info: Language - 2023-07-26T13:48:42Z
info: Pushing pid1 binary layer... - 2023-07-26T13:48:42Z
info: Created pid1 binary layer - 2023-07-26T13:48:43Z
info: Skipping Python layer creation - 2023-07-26T13:48:51Z
info: Pushing hosting layer... - 2023-07-26T13:48:51Z
info: Pushing Repl layer... - 2023-07-26T13:48:51Z
info: Retrieved cached nix layer - 2023-07-26T13:48:51Z
info: Created hosting layer - 2023-07-26T13:48:51Z
info: Created Repl layer - 2023-07-26T13:50:03Z
info: Pushing Repl (cache) layer... - 2023-07-26T13:50:03Z
info: Created Repl (cache) layer - 2023-07-26T13:50:19Z
info: Pushed image manifest - 2023-07-26T13:50:19Z
info: Pushed soci index manifest - 2023-07-26T13:50:20Z
info: Creating virtual machine - 2023-07-26T13:50:26.360Z
info: Virtual machine created - 2023-07-26T13:50:35.470Z
info: Waiting for deployment to be ready - 2023-07-26T13:50:35.574Z
- Code works fine in the development environment
- I’ve also added my environment variables to the deployment
- I have a custom domain set up as a CNAME subdomain on my main domain
What areas or features are involved?
- Deployments
- Custom Domains
Additional question
- I have a google service account JSON added as a secret (works fine in dev environment), but should I be pasting that entire JSON in as an environment variable for deployment? Something tells me I shouldn’t be because it doesn’t look like environment variables are hidden/encrypted.
Help would be appreciated here, thanks!