add stack to deploy

This commit is contained in:
KIT-IT
2025-01-22 20:35:37 +03:00
parent 4597a88cd9
commit 571bc4ceac
2 changed files with 1 additions and 2 deletions

View File

@@ -50,4 +50,4 @@ jobs:
DOCKER_HOST: tcp://${{ inputs.host }}:2376 DOCKER_HOST: tcp://${{ inputs.host }}:2376
run: | run: |
docker compose pull docker compose pull
docker compose up -d docker compose -p ${{ inputs.environment }} up -d

View File

@@ -1,4 +1,3 @@
env: env:
icons: '{"success" : ":white_check_mark:", "failure": ":x:", "canceled": ":facepalm:", "started": ":warning:"}' icons: '{"success" : ":white_check_mark:", "failure": ":x:", "canceled": ":facepalm:", "started": ":warning:"}'
on: on: