Skip to content

Commit

Permalink
Chore: Github Actions에 키를 주입하는 방식 변경 (#15)
Browse files Browse the repository at this point in the history
* Chore: update code-deploy-app-name

* Chore: set overwrite

* Chore: 배포 스크립트 분기 로그 추가

* Chore: 브랜치 확인을 위한 경로 이동 스크립트 추가

* Chore: 작업 디렉토리 신뢰를 위한 git 설정

* Chore: jar파일 경로 구체화

* Chore: jar파일 생성 전 build를 선행 작업으로 추가

* Chore: 정상 build 후 JAR파일 이름을 변경하는 방식으로 수정

* Chore: test server jdbc url 수정

* Chore: test server jdbc url 수정

* Chore: Github action에 키를 주입하는 방식 변경
  • Loading branch information
Youthhing authored May 28, 2024
1 parent 043c1ad commit 324029d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
spring.jpa.hibernate.ddl-auto: ${{ secrets.TEST_DDL_AUTO }}
spring.mail.username: ${{ secrets.SENDER_EMAIL }}
spring.mail.password: ${{ secrets.SENDER_PASSWORD }}
jwt.secretKey: ${{ secrets.JWT_SECRET_KEY}}
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY}}
cloud.aws.s3.bucket: ${{ secrets.S3_BUCKET_NAME }}
cloud.aws.credentials.accessKey: ${{ secrets.S3_ACCESS_KEY }}
cloud.aws.credentials.secretKey: ${{ secrets.S3_ACCESS_PASSWORD }}
Expand Down

0 comments on commit 324029d

Please sign in to comment.