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.
22 lines
294 B
22 lines
294 B
kind: pipeline
|
|
type: ssh
|
|
name: di
|
|
|
|
server:
|
|
host: app.immotooler.com
|
|
user: deine-immobilienbewertung
|
|
ssh_key:
|
|
from_secret: private_key
|
|
|
|
clone:
|
|
disable: true
|
|
|
|
steps:
|
|
- name: master
|
|
commands:
|
|
- /usr/local/bin/deploy_di_master
|
|
when:
|
|
branch:
|
|
- master
|
|
event:
|
|
- push
|