Skip to content

Commit

Permalink
chore: dev 서버 cd 워크플로우에 profile 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
jongmee committed Sep 26, 2024
1 parent 3a11fc6 commit 11a6da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Backend-CD-Dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
docker run -d -p 8080:8080 --name server \
-e JAVA_OPTS="-XX:InitialRAMPercentage=70.0 -XX:MaxRAMPercentage=70.0" \
-e TZ=Asia/Seoul \
-e SPRING_PROFILES_ACTIVE=local \
-e SPRING_PROFILES_ACTIVE=dev \
${{ secrets.DOCKER_DEV_SERVER_IMAGE }}

0 comments on commit 11a6da2

Please sign in to comment.