Add Drone auto-deployment
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b4a3d417ed
commit
a5a22e4aef
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: writing_kawaiipunk_xyz_app
|
||||
source: .
|
||||
dest: /usr/share/nginx/html
|
||||
deploy_key:
|
||||
from_secret: drone_ssh_swarm.autonomic.zone
|
Loading…
Reference in New Issue
Block a user