Update drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Philipp Lang 2022-11-22 15:00:04 +01:00
parent 26c06f364b
commit 64efac6fa5
1 changed files with 39 additions and 17 deletions

View File

@ -1,20 +1,42 @@
# 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 kind: pipeline
type: ssh type: docker
name: scoutrobot name: default
server:
host: zoomyboy.de
user: stammsilva
ssh_key:
from_secret: private_key
clone: clone:
disable: true disable: true
steps: steps:
- name: master - name: submodules
image: alpine/git
commands: commands:
- /usr/local/bin/deploy_scoutrobot_master - git submodule update --init --recursive
- name: test
image: docker:latest
commands:
- docker build -t scoutrobot .
when: when:
branch: branch:
- master - master