alissaild

This commit is contained in:
wayanrivan
2026-05-06 16:32:19 +07:00
parent 8fe4ec584c
commit 27e801ddf6

View File

@ -30,14 +30,14 @@ jobs:
git reset --hard origin/main git reset --hard origin/main
- name: Install deps - name: Install deps
run: npm install run: npm install --include=dev
- name: Build - name: Build
run: | run: |
export NODE_ENV=stag export NODE_ENV=stag
npm run swagger npm run swagger
npm run build npx tsc
- name: Reload PM2 - name: Reload PM2
run: | run: |
ssh -o StrictHostKeyChecking=no root@172.21.0.1 "/usr/bin/pm2 reload saude-svc-user || /usr/bin/pm2 start /home/app/saude/ecosystem.config.js --only saude-svc-user" ssh -o StrictHostKeyChecking=no root@172.21.0.1 "/usr/bin/pm2 reload saude-svc-user || /usr/bin/pm2 start /home/app/saude/ecosystem.config.js --only saude-svc-user"