Compare commits

..

No commits in common. "bde7d46dc0de3a4eadd77bfc8d03acd413e173db" and "1d954a11f4c1dd7cb25701ebb3ff5c952afae392" have entirely different histories.

3 changed files with 0 additions and 46 deletions

View File

@ -1,24 +0,0 @@
---
kind: pipeline
type: docker
name: deployment
steps:
- name: docker build hexbomb.gay
image: plugins/docker
settings:
username: thecoopcloud
password:
from_secret: thecoopcloud_password
repo: thecoopcloud/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

View File

@ -1,3 +0,0 @@
FROM nginx:1.21.4
COPY ./ /usr/share/nginx/html

View File

@ -1,19 +0,0 @@
version: "3.8"
services:
web:
image: thecoopcloud/hexbomb.gay:latest
networks:
- proxy
deploy:
labels:
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.http.services.hexbomb-gay.loadbalancer.server.port=80"
- "traefik.http.routers.hexbomb-gay.rule=Host(`www.hexbomb.gay`, `hexbomb.gay`)"
- "traefik.http.routers.hexbomb-gay.entrypoints=web-secure"
- "traefik.http.routers.hexbomb-gay.tls.certresolver=production"
networks:
proxy:
external: true