Building & Deploying Code
In our simple configuration,
Deploying to TEST
Deployments to TEST are done within VSCode.
Save your work
Build your project,
npm run buildCheck in the files changed, and commit them back to the
devbranchPush the changes to Github origin
Wait 10 seconds for Netlify to complete the build, and your changes are live on your TEST site!
Deploying to PROD
Deployments to PROD are done within Github
Do a PR from to merge the changes from the
devbranch tomainMerge the PR
Wait 10 seconds for Netlify to complete the build, and your changes are live on your production site!
Overview
Last updated