File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,8 @@ jobs:
135
135
port : ${{ secrets.PORT }}
136
136
key : ${{ secrets.SSH_KEY }}
137
137
script : |
138
- export NVM_DIR=~/.nvm
139
- source ~/.nvm/nvm.sh
140
138
cd /srv/beg-monorepo/apps/backend
141
- pm2 reload ecosystem.config.js
139
+ /home/${{ secrets.USERNAME }}/.local/share/pnpm/ pm2 reload ecosystem.config.js
142
140
143
141
# テスト成功時はこちらのステップが実行される
144
142
- name : Slack Notification on Success at Deployment Stage
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
key : ${{ secrets.SSH_KEY }}
134
134
script : |
135
135
cd /srv/beg-monorepo/apps/frontend
136
- pm2 reload ecosystem.config.js
136
+ /home/${{ secrets.USERNAME }}/.local/share/pnpm/ pm2 reload ecosystem.config.js
137
137
138
138
# テスト成功時はこちらのステップが実行される
139
139
- name : Slack Notification on Success at Deployment Stage
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
key : ${{ secrets.SSH_KEY }}
136
136
script : |
137
137
cd /srv/beg-monorepo/apps/uploader
138
- pm2 reload ecosystem.config.js
138
+ /home/${{ secrets.USERNAME }}/.local/share/pnpm/ pm2 reload ecosystem.config.js
139
139
140
140
# テスト成功時はこちらのステップが実行される
141
141
- name : Slack Notification on Success at Deployment Stage
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ const bootstrap = async () => {
10
10
app . setGlobalPrefix ( 'beg' )
11
11
configMiddlewares ( app )
12
12
configLogger ( app )
13
-
14
13
await app . listen ( 3002 )
15
14
}
16
15
You can’t perform that action at this time.
0 commit comments