Skip to content

Build the CI staging site in dev mode

Kez requested to merge bug/deploy-staging-ci into main

Closes #116 (closed)

the staging site is currently built in production mode, meaning we can't actually use the staging site frontend to test the staging site middleware unless we use a real card to make real payments. We can split the build and deploy into two jobs each, and use that to build the staging site in dev mode, and build the production site in prod mode.

Edited by Kez

Merge request reports