Hexbomb.gay/.drone.yml

24 lines
613 B
YAML
Raw Normal View History

2022-02-16 01:00:54 +00:00
---
kind: pipeline
type: docker
name: deployment
steps:
- name: docker build hexbomb.gay
image: plugins/docker
settings:
2022-03-18 11:18:09 +00:00
username: autonomicdalmationer
2022-02-16 01:00:54 +00:00
password:
2022-03-18 11:18:09 +00:00
from_secret: dockerhub_autonomicdalmationer_password
repo: autonomicdalmationer/hexbomb.gay
2022-02-16 01:00:54 +00:00
tags: latest
- name: deployment hexbomb.gay
image: thecoopcloud/stack-ssh-deploy:latest
settings:
2022-02-16 01:16:25 +00:00
stack: hexbomb_gay
2022-02-16 01:00:54 +00:00
deploy_key:
from_secret: drone_ssh_swarm.autonomic.zone
rm: true
host: swarm.autonomic.zone
compose: compose.yml
2022-02-16 01:18:12 +00:00
image: thecoopcloud/hexbomb.gay