Skip to content

Commit c40c11e

Browse files
style: update style
1 parent 4ea7d4e commit c40c11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
port: ${{ secrets.PORT }}
136136
key: ${{ secrets.SSH_KEY }}
137137
script: |
138-
bash -l -c "cd /srv/beg-monorepo/apps/frontend && pm2 reload ecosystem.config.js"
138+
bash -l -c "cd /srv/beg-monorepo/apps/frontend && /home/${{ secrets.USERNAME }}/.local/share/pnpm/pm2 reload ecosystem.config.js"
139139
140140
# テスト成功時はこちらのステップが実行される
141141
- name: Slack Notification on Success at Deployment Stage

0 commit comments

Comments
 (0)