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