Skip to content

Commit

Permalink
chore : 환경 변수 설정 로직 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
yel-m committed May 5, 2024
1 parent d632834 commit 11ff596
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ jobs:
run: chmod +x ./gradlew
shell: bash # 권한 부여

- name: Set Environment
uses: microsoft/variable-substitution@v1
with:
files: ./src/main/resources/application.yml
env:
cloud.aws.credentials.access-key: ${{ secrets.AWS_S3_ACCESS_KEY }}
cloud.aws.credentials.secret-key: ${{ secrets.AWS_S3_SECRET_KEY }}
spring.datasource.url: ${{ secrets.DB_URL }}
spring.datasource.username: ${{ secrets.DB_USER }}
spring.datasource.password: ${{ secrets.DB_PASSWORD }}

- name: Build with Gradle
run: ./gradlew clean build -x test
shell: bash # build 시작
Expand Down

0 comments on commit 11ff596

Please sign in to comment.