This commit is contained in:
Dalm 2023-07-21 13:26:35 +01:00
commit 0085c9c93a
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