Fixes, notifications, filtering.
This commit is contained in:
@@ -96,13 +96,20 @@ jobs:
|
|||||||
notification_message: "Starting Docker Compose run..."
|
notification_message: "Starting Docker Compose run..."
|
||||||
|
|
||||||
- name: Docker Compose Deployment
|
- name: Docker Compose Deployment
|
||||||
uses: hoverkraft-tech/compose-action@v2.2.0
|
uses: cssnr/stack-deploy-action@v1.4.0
|
||||||
env:
|
|
||||||
DOCKER_HOST: tcp://192.168.1.252:2375
|
|
||||||
with:
|
with:
|
||||||
services: |
|
mode: compose
|
||||||
${{ steps.services.outputs.docker_svc_list }}
|
file: docker-compose.yml
|
||||||
up-flags: -d --remove-orphans
|
name: "rikku"
|
||||||
|
host: 192.168.1.252
|
||||||
|
user: pi
|
||||||
|
ssh_key: ${{ secrets.RIKKU_SSH_PRIVATE_KEY }}
|
||||||
|
args: --remove-orphans -d ${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
||||||
|
env_file: ".env"
|
||||||
|
registry_host: "ghcr.io"
|
||||||
|
registry_user: TrezOne
|
||||||
|
registry_pass: ${{ secrets.GHCR_LOGIN_TOKEN }}
|
||||||
|
summary: true
|
||||||
|
|
||||||
- name: Docker Compose Healthcheck
|
- name: Docker Compose Healthcheck
|
||||||
id: health
|
id: health
|
||||||
|
|||||||
Reference in New Issue
Block a user