remove .drone and Dockerfile

This commit is contained in:
trav 2023-07-17 11:41:03 -04:00
parent 6009557149
commit 62c9db00ba
2 changed files with 0 additions and 27 deletions

View File

@ -1,24 +0,0 @@
---
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

View File

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