Tweaking Renovate PR deploy.
This commit is contained in:
@@ -104,6 +104,9 @@ jobs:
|
|||||||
notification_title: "GITEA: [RENOVATE] Docker Compose Deployment @ Rinoa"
|
notification_title: "GITEA: [RENOVATE] Docker Compose Deployment @ Rinoa"
|
||||||
notification_message: "Starting Docker Compose run..."
|
notification_message: "Starting Docker Compose run..."
|
||||||
|
|
||||||
|
- run: |
|
||||||
|
echo ${{ steps.detect_services.outputs.docker_svc_list }}
|
||||||
|
|
||||||
- name: Generate .env from Hashicorp Vault
|
- name: Generate .env from Hashicorp Vault
|
||||||
uses: https://git.trez.wtf/Trez/hc-vault-env@main
|
uses: https://git.trez.wtf/Trez/hc-vault-env@main
|
||||||
with:
|
with:
|
||||||
@@ -120,8 +123,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
services: |
|
services: |
|
||||||
${{ steps.detect_services.outputs.docker_svc_list }}
|
${{ steps.detect_services.outputs.docker_svc_list }}
|
||||||
up-flags: -d --remove-orphans --pull always
|
up-flags: -d --remove-orphans
|
||||||
compose-flags: --profile rinoa-apps
|
|
||||||
services-log-level: debug
|
services-log-level: debug
|
||||||
|
|
||||||
- name: Docker Compose Healthcheck
|
- name: Docker Compose Healthcheck
|
||||||
|
|||||||
Reference in New Issue
Block a user