This commit is contained in:
parent
ac065591c5
commit
b5520711ac
13
.drone.yml
Normal file
13
.drone.yml
Normal 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
1
index.html
Normal file
@ -0,0 +1 @@
|
||||
it works :)
|
Loading…
Reference in New Issue
Block a user