We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6493c1a + 9c837e7 commit f9f8da0Copy full SHA for f9f8da0
.github/workflows/deploy-main.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Restart PM2 Application (promptplace-api)
66
run: |
67
- ssh prod '/bin/bash -lc "pm2 restart promptplace-api"'
+ ssh prod 'export PATH=$PATH:/home/ubuntu/.local/share/pnpm && pm2 restart promptplace-api'
68
69
- name: Stop PM2 app (one-time)
70
0 commit comments