maybe it works now
所有检测均成功
continuous-integration/drone/push Build is passing

这个提交包含在:
2021-10-14 08:54:49 -04:00
父节点 ac065591c5
当前提交 b5520711ac
共有 2 个文件被更改,包括 14 次插入0 次删除

13
.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

1
index.html 普通文件
查看文件

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