Switch to thecoopcloud/stack-ssh-deploy

This commit is contained in:
3wc 2023-01-20 23:31:14 -08:00
parent a04fe41c1b
commit 9cf26a0154
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ kind: pipeline
name: deploy to swarm-test.autonomic.zone name: deploy to swarm-test.autonomic.zone
steps: steps:
- name: deployment - name: deployment
image: decentral1se/stack-ssh-deploy:latest image: thecoopcloud/stack-ssh-deploy:latest
settings: settings:
host: swarm-test.autonomic.zone host: swarm-test.autonomic.zone
stack: gitea stack: gitea
@ -13,8 +13,8 @@ steps:
purge: true purge: true
deploy_key: deploy_key:
from_secret: drone_ssh_swarm_test from_secret: drone_ssh_swarm_test
compose: "compose.yml:compose.mariadb.yml"
environment: environment:
COMPOSE_FILE: compose.yml:compose.mariadb.yml
APP_INI_VERSION: v1 APP_INI_VERSION: v1
DOCKER_SETUP_SH_VERSION: v1 DOCKER_SETUP_SH_VERSION: v1
DOMAIN: gitea.swarm-test.autonomic.zone DOMAIN: gitea.swarm-test.autonomic.zone