-
Notifications
You must be signed in to change notification settings - Fork 45
Deployment
Hiren Thacker edited this page Oct 14, 2019
·
8 revisions
You have been creating/editing forms, concepts etc using UI Designer. Now to deploy your local changes to another environment(staing, uat, prod) do following steps:
- Download the implementation bundle from 'Bundle' page and unzip it
- Copy the files from the unzipped bundle to your repository.
- Run
deploy-{env}-all
make task to deploy to your environment i.e.make deploy-staging-all
.