2 parents bd3327a + 51f5124 commit 1a14430Copy full SHA for 1a14430
2 files changed
.github/workflows/cicd_test.yml
@@ -58,7 +58,7 @@ jobs:
58
chmod 600 .env
59
60
npm ci --only=production
61
- npx typeorm migration:run -d ./dist/data-source.js
+ npx typeorm migration:run -d ./dist/typeorm.datasource.js
62
63
pm2 startOrReload ecosystem.config.js --env production
64
.github/workflows/pr_test.yml
0 commit comments