Skip to content

Commit 4ea7d4e

Browse files
style: update style
1 parent 0fb6328 commit 4ea7d4e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,7 @@ jobs:
135135
port: ${{ secrets.PORT }}
136136
key: ${{ secrets.SSH_KEY }}
137137
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"
144139
145140
# テスト成功時はこちらのステップが実行される
146141
- name: Slack Notification on Success at Deployment Stage

apps/backend/src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const bootstrap = async () => {
1010
app.setGlobalPrefix('beg')
1111
configMiddlewares(app)
1212
configLogger(app)
13-
1413
await app.listen(3002)
1514
}
1615

0 commit comments

Comments
 (0)