The ORGiD migration backend server
yarn
yarn build
cp ./.env.example ./.env./scripts/redis.sh
yarn start:devCreation of the application build is required for the production environment
yarn build
yarn startCurrently, deploys to both test environment and prod environment are possible via a manual trigger of a GitHuyb action:
- for
prodenv, you need to select theci-deploy-prodaction, and trigger a worflow for branchmain - for
testenv, you need to select theci-deploy-testaction, and trigger a worflow for branchdevelop
