fixed deploy for new secrets

This commit is contained in:
Roxie Gibson 2022-02-16 01:16:25 +00:00
parent dae3d25736
commit 132024cba5
Signed by: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 4 additions and 6 deletions

View File

@ -8,21 +8,19 @@ steps:
settings: settings:
username: thecoopcloud username: thecoopcloud
password: password:
from_secret: docker_reg_passwd_coopcloud from_secret: thecoopcloud_password
repo: thecoopcloud/hexbomb.gay repo: thecoopcloud/hexbomb.gay
tags: latest tags: latest
- name: deployment hexbomb.gay - name: deployment hexbomb.gay
image: thecoopcloud/stack-ssh-deploy:latest image: thecoopcloud/stack-ssh-deploy:latest
settings: settings:
stack: cfa-techdoc_${DRONE_BRANCH} stack: hexbomb_gay
reg_user:
from_secret: docker_reg_username_coopcloud
reg_pass:
from_secret: docker_reg_passwd_coopcloud
deploy_key: deploy_key:
from_secret: drone_ssh_swarm.autonomic.zone from_secret: drone_ssh_swarm.autonomic.zone
rm: true rm: true
host: swarm.autonomic.zone host: swarm.autonomic.zone
compose: compose.yml compose: compose.yml
image: thecoopcloud/hexbomb.gay image: thecoopcloud/hexbomb.gay
depends_on:
- build static