removing .drone and Dockerfile

This commit is contained in:
trav 2023-07-17 11:37:37 -04:00
parent a2a053d3f6
commit b1c5a65a90
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 dalmationer.art
image: plugins/docker
settings:
username: thecoopcloud
password:
from_secret: thecoopcloud_password
repo: thecoopcloud/dalmationer.art
tags: latest
- name: deployment dalmationer.art
image: thecoopcloud/stack-ssh-deploy:latest
settings:
stack: dalmationer-art
deploy_key:
from_secret: drone_ssh_swarm.autonomic.zone
rm: true
host: swarm.autonomic.zone
compose: compose.yml
image: thecoopcloud/dalmationer.art

View File

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