Hexbomb.gay/.drone.yml

24 lines
579 B
YAML
Raw Permalink 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:
username: thecoopcloud
password:
2022-02-16 01:16:25 +00:00
from_secret: thecoopcloud_password
2022-02-16 01:00:54 +00:00
repo: thecoopcloud/hexbomb.gay
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