File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments