Skip to content

Commit

Permalink
Update aws.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
van1164 authored Jun 8, 2024
1 parent 479b135 commit b140c92
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
# 2. Spring Boot 애플리케이션 빌드
- name: Build with Gradle
run: |
touch video/src/main/resources/application-oauth.properties
touch video/src/main/resources/application-prod.properties
touch video/src/main/resources/application.properties
echo "${{ secrets.APPLICATION_PROD }}" > video/src/main/resources/application-prod.properties
echo "${{ secrets.APPLICATION_OAUTH }}" > video/src/main/resources/application-oauth.properties
echo "${{ secrets.APPLICATION_PROPERTIES }}" > video/src/main/resources/application.properties
touch app/src/main/resources/application-oauth.properties
touch app/src/main/resources/application-prod.properties
touch app/src/main/resources/application.properties
echo "${{ secrets.APPLICATION_PROD }}" > app/src/main/resources/application-prod.properties
echo "${{ secrets.APPLICATION_OAUTH }}" > app/src/main/resources/application-oauth.properties
echo "${{ secrets.APPLICATION_PROPERTIES }}" > app/src/main/resources/application.properties
echo "${{ secrets.UTILL_APPLICATION_PROPERTIES }}" > util/src/main/resources/application.properties
Expand Down

0 comments on commit b140c92

Please sign in to comment.