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 :)