From b5520711acb1ba0d15bb21609304810ed219328c Mon Sep 17 00:00:00 2001 From: trav Date: Thu, 14 Oct 2021 08:54:49 -0400 Subject: [PATCH] maybe it works now --- .drone.yml | 13 +++++++++++++ index.html | 1 + 2 files changed, 14 insertions(+) create mode 100644 .drone.yml create mode 100644 index.html diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ffc8032 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline +name: deploy to docker container +steps: + - name: docker cp deploy + image: 3wordchant/docker-cp-deploy:latest + settings: + host: swarm.autonomic.zone + service: custom_html_32m_autonomic_zone + source: . + dest: /usr/share/nginx/html/ + deploy_key: + from_secret: drone_ssh_swarm.autonomic.zone diff --git a/index.html b/index.html new file mode 100644 index 0000000..8ff43d4 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +it works :)