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