Skip to content

Commit 83f28a1

Browse files
committed
chore: properties 설정 수정
1 parent 14f2600 commit 83f28a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
run: |
4141
echo "${{ secrets.APPLICATION }}" > src/main/resources/application.properties
4242
43-
- name: Create application-prod.properties
43+
- name: Create application-prod-aws.properties
4444
run: |
45-
echo "${{ secrets.APPLICATION_PROD }}" > src/main/resources/application-prod.properties
45+
echo "${{ secrets.APPLICATION_PROD_AWS }}" > src/main/resources/application-prod-aws.properties
4646
4747
- name: Build with Gradle
4848
run: ./gradlew clean build -x test
@@ -72,6 +72,6 @@ jobs:
7272
-e SPRING_DATA_REDIS_HOST=${{ secrets.REDIS_HOST }} \
7373
-e SPRING_DATA_REDIS_PORT=${{ secrets.REDIS_PORT }} \
7474
-e SPRING_DATA_REDIS_PASSWORD=${{ secrets.REDIS_PASSWORD }} \
75-
-e SPRING_PROFILES_ACTIVE=prod \
75+
-e SPRING_PROFILES_ACTIVE=prod-aws \
7676
--name wibby \
7777
${{ secrets.DOCKER_USERNAME }}/wibby:${{ github.sha }}

0 commit comments

Comments
 (0)