debug code push
This commit is contained in:
parent
33c95bca6b
commit
e8483662e1
@ -1,11 +1,11 @@
|
||||
name: busqueda
|
||||
runtime: kemal
|
||||
options:
|
||||
shard_build_options: "--release"
|
||||
shard_build_options: "-d --error-trace"
|
||||
ship_packages: []
|
||||
devel_packages: []
|
||||
healthcheck_options: "--interval=1m --timeout=2s --start-period=2s --retries=3"
|
||||
healthcheck_command: "curl --fail http://localhost:3000/ping || exit 1"
|
||||
copy_from_build:
|
||||
- "public public"
|
||||
- "bin/funko ."
|
||||
- "bin/funko ."
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: historico
|
||||
runtime: kemal
|
||||
options:
|
||||
shard_build_options: ""
|
||||
shard_build_options: "-d --error-trace"
|
||||
ship_packages: []
|
||||
devel_packages: []
|
||||
healthcheck_options: "--interval=1m --timeout=2s --start-period=2s --retries=3"
|
||||
|
Loading…
Reference in New Issue
Block a user