We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8520b5e commit 988a2acCopy full SHA for 988a2ac
.github/workflows/deploy-dev.yml
@@ -144,7 +144,7 @@ jobs:
144
run: |
145
cd ${{ github.workspace }}
146
chmod +x gradlew
147
- ./gradlew clean build
+ ./gradlew clean build -Dspring.profiles.active=dev
148
149
- name: Login to Amazon ECR
150
id: login-ecr
.github/workflows/deploy-prod.yml
@@ -167,7 +167,7 @@ jobs:
167
168
169
170
+ ./gradlew clean build -Dspring.profiles.active=prod
171
172
173
0 commit comments