Hexbomb.gay/.drone.yml

24 lines
613 B
YAML

---
kind: pipeline
type: docker
name: deployment
steps:
- name: docker build hexbomb.gay
image: plugins/docker
settings:
username: autonomicdalmationer
password:
from_secret: dockerhub_autonomicdalmationer_password
repo: autonomicdalmationer/hexbomb.gay
tags: latest
- name: deployment hexbomb.gay
image: thecoopcloud/stack-ssh-deploy:latest
settings:
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