Backend Deployment
Deploy to QA
To perform a QA deployment over AWS S3:
make deploy_qa
Other environments deployment
To perform a Staging, Demo and Production deployment over AWS S3:
make deploy_staging
make deploy_demo
make deploy_prod
IMPORTANT: for more deployment options and instructions, check the Deployment section in the GenericSuite Scripts documentation.