add stack to deploy
This commit is contained in:
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@@ -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
|
||||||
1
.github/workflows/notify.yaml
vendored
1
.github/workflows/notify.yaml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user