You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
411 B
20 lines
411 B
1 year ago
|
---
|
||
|
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
|