Files
actions/sc-pipelines.yml
Marcin Grzejszczak 06ec7c93d7 Fixed wrong service
2018-06-05 10:48:37 +02:00

18 lines
363 B
YAML

build:
main_module: app-monolith
test:
# list of required services
services:
- name: app-monolith-db
type: broker
broker: elephantsql
plan: turtle
useExisting: true
stage:
# list of required services
services:
- name: app-monolith-db
type: broker
broker: elephantsql
plan: turtle
useExisting: true