File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 8585 -e SPRING_DATASOURCE_URL="${{secrets.PROD_DB_URL}}" \
8686 -e SPRING_DATASOURCE_USERNAME="${{secrets.PROD_DB_USERNAME}}" \
8787 -e SPRING_DATASOURCE_PASSWORD="${{secrets.PROD_DB_PASSWORD}}" \
88+ -e SPRING_RABBITMQ_HOST="${{secrets.PROD_RABBITMQ_HOST}}" \
89+ -e SPRING_RABBITMQ_USERNAME="${{secrets.PROD_RABBITMQ_USERNAME}}" \
90+ -e SPRING_RABBITMQ_PASSWORD="${{secrets.PROD_RABBITMQ_PASSWORD}}" \
8891 ghcr.io/${{ github.repository }}/zoopzoop:latest
8992
9093
Original file line number Diff line number Diff line change 6262 -e SPRING_DATASOURCE_URL="${{secrets.TEST_DB_URL}}" \
6363 -e SPRING_DATASOURCE_USERNAME="${{secrets.TEST_DB_USERNAME}}" \
6464 -e SPRING_DATASOURCE_PASSWORD="${{secrets.TEST_DB_PASSWORD}}" \
65+ -e SPRING_RABBITMQ_HOST="${{secrets.TEST_RABBITMQ_HOST}}" \
66+ -e SPRING_RABBITMQ_USERNAME="${{secrets.TEST_RABBITMQ_USERNAME}}" \
67+ -e SPRING_RABBITMQ_PASSWORD="${{secrets.TEST_RABBITMQ_PASSWORD}}" \
6568 ghcr.io/${{ github.repository }}/zoopzoop:latest
6669
6770 # 헬스체크
You can’t perform that action at this time.
0 commit comments