Skip to content

Commit c8cd747

Browse files
committed
Fix: Docker 실행 구문 오류 해결
1 parent 84b2155 commit c8cd747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "docker pull $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> scripts/deploy.sh
7676
echo "docker stop csbroker-api || true" >> scripts/deploy.sh
7777
echo "docker rm csbroker-api || true" >> scripts/deploy.sh
78-
echo "docker run -p 8080:8080 -e PROFILE=dev -d --restart always --name csbroker-api $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> scripts/deploy.sh
78+
echo "docker run -p 8080:8080 -e SPRING_PROFILES_ACTIVE=dev -d --restart always --name csbroker-api $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> scripts/deploy.sh
7979
8080
- name: Upload to S3
8181
env:

0 commit comments

Comments
 (0)