Skip to main content

Deployment - old

Deployment overview

Simplified deployment flow.

  1. Make changes in local code base.
  2. Deploy to dev.
  3. If success, Commit to GIT
  4. JIRA Ticket goes to “Ready for QA”
  5. If QA passed, ready to deploy.
  6. Deploy to prod

Deploy Front End

To deploy, navigate to front admin and/or front web where “deploy.sh” file is:

cd <project_directory>/front-web
cd <project_directory>/front-admin

Deploy to dev

. deploy.sh dev

Deploy to prod

. deploy.sh prod

Deploy Backend API

To deploy any project in web-api run:

. deploy.sh project-name stage-name

For example,

./deploy.sh web-admin-api dev