File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -135,12 +135,7 @@ jobs:
135
135
port : ${{ secrets.PORT }}
136
136
key : ${{ secrets.SSH_KEY }}
137
137
script : |
138
- export NVM_DIR="$HOME/.nvm"
139
- [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
140
- [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
141
- nvm use 22
142
- cd /srv/beg-monorepo/apps/backend
143
- pm2 reload ecosystem.config.js
138
+ bash -l -c "cd /srv/beg-monorepo/apps/frontend && pm2 reload ecosystem.config.js"
144
139
145
140
# テスト成功時はこちらのステップが実行される
146
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