Skip to content

Commit

Permalink
MATE-90 : [CHORE] deploy.yml에 S3 환경변수 추가 및 on push 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jooinjoo committed Dec 6, 2024
1 parent 99586be commit 83d690f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Deploy To EC2
on:
push:
branches:
- develop
push

jobs:
deploy:
Expand All @@ -13,6 +11,9 @@ jobs:
NAVER_CLIENT_SECRET: ${{ secrets.NAVER_CLIENT_SECRET }}
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}
OPENWEATHER_API_KEY: ${{ secrets.OPENWEATHER_API_KEY }}
S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }}
IAM_ACCESS_KEY: ${{ secrets.IAM_ACCESS_KEY }}
IAM_SECRET_KEY: ${{ secrets.IAM_SECRET_KEY }}
steps:
- name: Github Repository 파일 불러오기
uses: actions/checkout@v4
Expand Down

0 comments on commit 83d690f

Please sign in to comment.