Skip to content

Commit 9055442

Browse files
committed
[CHORE] deploy.yml 수정
1 parent b258f5d commit 9055442

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ jobs:
6262
host: 3.39.139.208 # EC2 퍼블릿 IP
6363
username: ubuntu
6464
key: ${{ secrets.EC2_SSH_KEY }}
65-
envs: |
66-
SPRING_PROFILES_ACTIVE=prod
67-
SPRING_DATASOURCE_PASSWORD=${{ secrets.SPRING_DATASOURCE_PASSWORD }}
68-
JWT_SECRET=${{ secrets.JWT_SECRET }}
69-
KAKAO_CLIENT_ID=${{ secrets.KAKAO_CLIENT_ID }}
7065
script: |
7166
cd /home/ubuntu/app
7267
chmod +x deploy.sh # 스크립트 실행 권한 부여

0 commit comments

Comments
 (0)