Deploying a branch
Deploying a branch can be very useful if you want to apply a small fix to the currently deployed version in the production system.
-
Push an (empty) commit with the keyword
#build
to the desired remote branch -
Wait for our build system to perform the build
-
Pull the branch with the built assets
-
Make sure it's synchronized to your Frontastic sandboxFrontastic sandbox - A virtual machine hosted in the cloud that you can use for backend and some frontend development. They're provisioned from the developer area of the Frontastic studio.
-
Open your Frontastic studio, click Developer, then Deployment, or use the URL similar to the
https://<your-project>.frontastic.io/developer/deployment
-
Click Deploy new version
-
Select the tag you created in the list and it will bring that build to staging
Updated 4 months ago