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 4ea7d4e commit c40c11eCopy full SHA for c40c11e
.github/workflows/github-actions-backend.yml
@@ -135,7 +135,7 @@ jobs:
135
port: ${{ secrets.PORT }}
136
key: ${{ secrets.SSH_KEY }}
137
script: |
138
- bash -l -c "cd /srv/beg-monorepo/apps/frontend && pm2 reload ecosystem.config.js"
+ bash -l -c "cd /srv/beg-monorepo/apps/frontend && /home/${{ secrets.USERNAME }}/.local/share/pnpm/pm2 reload ecosystem.config.js"
139
140
# テスト成功時はこちらのステップが実行される
141
- name: Slack Notification on Success at Deployment Stage
0 commit comments