File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2727 JWT_SECRET : ${{ secrets.JWT_SECRET }}
2828 FRONT_URL : ${{secrets.FRONT_URL}}
2929 BACK_URL : ${{secrets.BACK_URL}}
30+ BUCKET_NAME : ${{secrets.BUCKET_NAME}}
31+ BUCKET_REGION : ${{secrets.BUCKET_REGION}}
32+ BASE_URL:https : ${{secrets.BASE_URL}}
33+ S3_ACCESS_KEY : ${{secrets.S3_ACCESS_KEY}}
34+ S3_SECRET_KEY : ${{secrets.S3_SECRET_KEY}}
3035
3136 steps :
3237 - name : Github Repository 파일 불러오기
Original file line number Diff line number Diff line change 3535 JWT_SECRET : ${{ secrets.JWT_SECRET }}
3636 FRONT_URL : ${{secrets.FRONT_URL}}
3737 BACK_URL : ${{secrets.BACK_URL}}
38+ BUCKET_NAME : ${{secrets.BUCKET_NAME}}
39+ BUCKET_REGION : ${{secrets.BUCKET_REGION}}
40+ BASE_URL:https : ${{secrets.BASE_URL}}
41+ S3_ACCESS_KEY : ${{secrets.S3_ACCESS_KEY}}
42+ S3_SECRET_KEY : ${{secrets.S3_SECRET_KEY}}
3843
3944
4045 steps :
Original file line number Diff line number Diff line change 66cloud :
77 aws :
88 credentials :
9- access-key : ${ACCESS_KEY }
10- secret-key : ${SECRET_KEY }
9+ access-key : ${S3_ACCESS_KEY }
10+ secret-key : ${S3_SECRET_KEY }
1111 region :
1212 static : ${BUCKET_REGION}
1313 s3 :
You can’t perform that action at this time.
0 commit comments