Skip to content

Commit ff14f10

Browse files
style: update style
1 parent c40c11e commit ff14f10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
source: '.env,dist/*'
127127
target: '/srv/beg-monorepo/apps/backend'
128128
overwrite: true
129-
130129
- name: SSH to Server and Run Command
131130
uses: appleboy/ssh-action@v1
132131
with:
@@ -135,7 +134,8 @@ jobs:
135134
port: ${{ secrets.PORT }}
136135
key: ${{ secrets.SSH_KEY }}
137136
script: |
138-
bash -l -c "cd /srv/beg-monorepo/apps/frontend && /home/${{ secrets.USERNAME }}/.local/share/pnpm/pm2 reload ecosystem.config.js"
137+
cd /srv/beg-monorepo/apps/backend
138+
pm2 reload ecosystem.config.js
139139
140140
# テスト成功時はこちらのステップが実行される
141141
- name: Slack Notification on Success at Deployment Stage

apps/backend/src/main.ts

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

0 commit comments

Comments
 (0)