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