Switch to selfhosted docker image and hosting on swarm-0
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc 2024-12-05 07:24:34 -05:00
parent 7ca4786dd3
commit 666464f18c

View File

@ -5,18 +5,19 @@ steps:
- name: bundle static
image: plugins/docker
settings:
username: thecoopcloud
username: 3wordchant
password:
from_secret: thecoopcloud_password
repo: thecoopcloud/coopcloud.tech
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud/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_site
deploy_key:
from_secret: drone_ssh_swarm.autonomic.zone
from_secret: drone_ssh_swarm-0_coopcloud_tech
depends_on:
- bundle static