We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e4cdcd commit 6c14531Copy full SHA for 6c14531
.github/workflows/dev.yml
@@ -48,4 +48,4 @@ jobs:
48
runs-on: [self-hosted, dev]
49
steps:
50
- name: Run deployment
51
- run: NODE_ENV=dev npm run start:prod
+ run: NODE_ENV=dev pm2 restart dist/main.js --name=events-api
0 commit comments