Switch to selfhosted docker image, swarm-0 server
This commit is contained in:
parent
f1c5d8bc20
commit
344fac2f4f
12
.drone.yml
12
.drone.yml
@ -5,18 +5,20 @@ steps:
|
|||||||
- name: build static
|
- name: build 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/docs.coopcloud.tech
|
repo: git.coopcloud.tech/coop-cloud/docs.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_mkdocs
|
stack: coop_cloud_mkdocs
|
||||||
|
host: swarm-0.coopcloud.tech
|
||||||
deploy_key:
|
deploy_key:
|
||||||
from_secret: drone_ssh_swarm.autonomic.zone
|
from_secret: drone_ssh_swarm-0_coopcloud_tech
|
||||||
depends_on:
|
depends_on:
|
||||||
- build static
|
- build static
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user