Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 830 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 830 Bytes

org.id-migration-backend

The ORGiD migration backend server

Setup

yarn
yarn build
cp ./.env.example ./.env

Start in development environment

./scripts/redis.sh
yarn start:dev

Start in production environment

Creation of the application build is required for the production environment

yarn build
yarn start

Deployment

Currently, deploys to both test environment and prod environment are possible via a manual trigger of a GitHuyb action:

image

  • for prod env, you need to select the ci-deploy-prod action, and trigger a worflow for branch main
  • for test env, you need to select the ci-deploy-test action, and trigger a worflow for branch develop