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 - name: bundle static
image: plugins/docker image: plugins/docker
settings: settings:
username: thecoopcloud username: 3wordchant
password: password:
from_secret: thecoopcloud_password from_secret: git_coopcloud_tech_token_3wc
repo: thecoopcloud/coopcloud.tech repo: git.coopcloud.tech/coop-cloud/coopcloud.tech
tags: latest tags: latest
registry: git.coopcloud.tech
- name: deployment - name: deployment
image: decentral1se/stack-ssh-deploy:latest image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings: settings:
stack: coop_cloud_site stack: coop_cloud_site
deploy_key: deploy_key:
from_secret: drone_ssh_swarm.autonomic.zone from_secret: drone_ssh_swarm-0_coopcloud_tech
depends_on: depends_on:
- bundle static - bundle static