Update drone
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
26c06f364b
commit
64efac6fa5
56
.drone.yml
56
.drone.yml
|
@ -1,22 +1,44 @@
|
|||
# kind: pipeline
|
||||
# type: ssh
|
||||
# name: scoutrobot
|
||||
#
|
||||
# server:
|
||||
# host: zoomyboy.de
|
||||
# user: stammsilva
|
||||
# ssh_key:
|
||||
# from_secret: private_key
|
||||
#
|
||||
# clone:
|
||||
# disable: true
|
||||
#
|
||||
# steps:
|
||||
# - name: master
|
||||
# commands:
|
||||
# - /usr/local/bin/deploy_scoutrobot_master
|
||||
# when:
|
||||
# branch:
|
||||
# - master
|
||||
# event:
|
||||
# - push
|
||||
#
|
||||
kind: pipeline
|
||||
type: ssh
|
||||
name: scoutrobot
|
||||
|
||||
server:
|
||||
host: zoomyboy.de
|
||||
user: stammsilva
|
||||
ssh_key:
|
||||
from_secret: private_key
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: master
|
||||
commands:
|
||||
- /usr/local/bin/deploy_scoutrobot_master
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
- name: submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
- name: test
|
||||
image: docker:latest
|
||||
commands:
|
||||
- docker build -t scoutrobot .
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
|
|
Loading…
Reference in New Issue