Skip to content

Commit

Permalink
ci/cd: [BE] release branch로 깃헙액션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DongHoonYu96 authored Nov 6, 2024
1 parent 640778f commit 90ed8c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy To EC2
on:
push:
branches:
- main
- release

jobs:
deploy:
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
tar -xvf project.tar.gz
npm i
pm2 kill
pm2 start dist/main.js --name "backend-server"
pm2 start dist/main.js --name "backend-server"

0 comments on commit 90ed8c4

Please sign in to comment.