Dalmationer.art/.drone.yml

24 lines
599 B
YAML

---
kind: pipeline
type: docker
name: deployment
steps:
- name: docker build dalmationer.art
image: plugins/docker
settings:
username: thecoopcloud
password:
from_secret: thecoopcloud_password
repo: thecoopcloud/dalmationer.art
tags: latest
- name: deployment dalmationer.art
image: thecoopcloud/stack-ssh-deploy:latest
settings:
stack: dalmationer-art
deploy_key:
from_secret: drone_ssh_swarm.autonomic.zone
rm: true
host: swarm.autonomic.zone
compose: compose.yml
image: thecoopcloud/dalmationer.art