drone it up
continuous-integration/drone Build is passing Details

This commit is contained in:
trav 2021-11-24 14:44:56 -05:00
parent 521387e5a9
commit 2e9ca43767
1 changed files with 19 additions and 0 deletions

19
.drone.yml Normal file
View File

@ -0,0 +1,19 @@
---
kind: pipeline
name: deploy to autonomic-vrec-splash
steps:
- name: vrec splash
image: 3wordchant/docker-cp-deploy:latest
settings:
host: swarm.autonomic.zone
service: login_vrec_coop_app
source: .
dest: /usr/share/nginx/html/
deploy_key:
from_secret: drone_ssh_swarm.autonomic.zone
trigger:
branch:
- master
event:
exclude:
- pull_request