maybe it works now
continuous-integration/drone/push Build is passing Details

This commit is contained in:
trav 2021-10-14 08:54:49 -04:00
parent ac065591c5
commit b5520711ac
2 changed files with 14 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -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

1
index.html Normal file
View File

@ -0,0 +1 @@
it works :)