Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit c650a50

Browse files
config: cd eureka_server env prod eureka
1 parent d677c64 commit c650a50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
docker pull ${{ secrets.DOCKERHUB_REPOSITORY }}:latest
3131
docker run -d --network host --name eureka_server \
3232
-e SPRING_PROFILES_ACTIVE=prod \
33+
-e eureka.environment=prod \
3334
${{ secrets.DOCKERHUB_REPOSITORY }}:latest

0 commit comments

Comments
 (0)