-
Notifications
You must be signed in to change notification settings - Fork 0
/
devenv.yml
48 lines (48 loc) · 1.37 KB
/
devenv.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
basedir: /Users/mikhail/src
targets:
core:
directory: kinja-core
dependencies:
- profile
shell: sbt -Dconfig.file={config} clean compile test 'run 9001'
wait:
port: 9001
init: curl -f 'http://apilocal.kinja.dev:9001/api/core/post/1673191330'
title: core
error: error-core
overrides:
quick:
shell: sbt -Dconfig.file={config} compile 'run 9001'
variables:
config: conf/application-dbdev-eu.conf
overrides:
ny:
config: conf/application-dbdev.conf
profile:
directory: kinja-profile
shell: sbt -Dconfig.file={config} clean compile test 'run 9040'
wait:
port: 9040
init: curl -f 'http://apilocal.kinja.dev:9040/api/profile/user/5756194420839655003'
error: error-profile
overrides:
quick:
shell: sbt -Dconfig.file={config} compile 'run 9040'
variables:
config: conf/application-dbdev-eu.conf
overrides:
ny:
config: conf/application-dbdev.conf
mantle:
directory: kinja-mantle
dependencies:
- core
shell: sbt -Dconfig.file=conf/application-coredev.conf clean compile test 'run 9000'
wait:
port: 9000
pause: 60
init: curl -f 'http://migmit-kinja.kinja.dev:9000/'
error: error-mantle
overrides:
quick:
shell: sbt -Dconfig.file=conf/application-coredev.conf compile 'run 9000'