From 666464f18c7fde7f9eebbda9d63181096b57aa3c Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Thu, 5 Dec 2024 07:24:34 -0500 Subject: [PATCH] Switch to selfhosted docker image and hosting on swarm-0 --- .drone.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index eac2a8a..14c19e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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