File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- name : " [STAGE ] Build Gradle and Deploy"
1+ name : " [DEV ] Build Gradle and Deploy"
22
33on :
44 push :
5- branches : [ "release " ]
5+ branches : [ "develop " ]
66 workflow_dispatch :
77
88jobs :
5959 host : ${{ secrets.STAGE_HOST }}
6060 username : ${{ secrets.STAGE_USERNAME }}
6161 key : ${{ secrets.STAGE_PRIVATE_KEY }}
62- source : " ./docker-compose.stage .yml"
62+ source : " ./docker-compose.dev .yml"
6363 target : " /home/${{ secrets.STAGE_USERNAME }}/solid-connect-stage/"
6464
6565 - name : Run docker compose
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ services:
1919 - redis
2020 network_mode : host
2121
22- solid-connection-stage :
22+ solid-connection-dev :
2323 build :
2424 context : .
2525 dockerfile : Dockerfile
26- container_name : solid-connection-stage
26+ container_name : solid-connection-dev
2727 ports :
2828 - " 8080:8080"
2929 environment :
30- - SPRING_PROFILES_ACTIVE=stage
30+ - SPRING_PROFILES_ACTIVE=dev
3131 volumes :
3232 - ./logs:/var/log/spring
3333 depends_on :
@@ -43,4 +43,4 @@ services:
4343 - ./logs:/var/log/spring
4444 - ./docs/config.alloy:/etc/alloy/config.alloy:ro
4545 environment :
46- - ALLOY_ENV=stage
46+ - ALLOY_ENV=dev
Original file line number Diff line number Diff line change 2727 <appender-ref ref =" CONSOLE" />
2828 </root >
2929
30- <springProfile name =" prod,stage " >
30+ <springProfile name =" prod,dev " >
3131 <root level =" INFO" >
3232 <appender-ref ref =" FILE" />
3333 </root >
You can’t perform that action at this time.
0 commit comments