Skip to content

windingtree/org.id-migration-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The ORGiD migration backend server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published