Skip to content

Commit d5ef77f

Browse files
authored
fix: update deploy.yml (#251)
docs: Update deploy.yml
1 parent 226207a commit d5ef77f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ jobs:
7070
7171
# 서버 디렉토리로 이동하여 환경 변수 설정
7272
cd apps/server
73-
echo "${{SERVER_ENV}}" > .env
73+
echo "${{ secrets.SERVER_ENV }}" > .env
7474
7575
# pm2로 기존 프로세스 종료 및 새 프로세스 시작
7676
pm2 stop all || true
7777
pm2 delete all || true
7878
pnpx prisma generate
7979
pnpx prisma migrate deploy
8080
pnpm build
81-
pm2 start ecosystem.config.js
81+
pm2 start ecosystem.config.js

0 commit comments

Comments
 (0)