Switch to selfhosted docker image, swarm-0 server

This commit is contained in:
3wc 2024-12-05 07:35:18 -05:00
parent f1c5d8bc20
commit 344fac2f4f

View File

@ -5,18 +5,20 @@ steps:
- name: build static
image: plugins/docker
settings:
username: thecoopcloud
username: 3wordchant
password:
from_secret: thecoopcloud_password
repo: thecoopcloud/docs.coopcloud.tech
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud/docs.coopcloud.tech
tags: latest
registry: git.coopcloud.tech
- name: deployment
image: decentral1se/stack-ssh-deploy:latest
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
stack: coop_cloud_mkdocs
host: swarm-0.coopcloud.tech
deploy_key:
from_secret: drone_ssh_swarm.autonomic.zone
from_secret: drone_ssh_swarm-0_coopcloud_tech
depends_on:
- build static