forked from cps-deployments/psi.bec
Switch to client/server configs
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
source {{ bec_venv_path }}/bin/activate
|
||||
exec bec-server start --config {{ bec_path }}/bec_config.yaml --interface tmux
|
||||
exec bec-server start --config {{ bec_path }}/bec/deployment_configs/server.yaml --interface tmux
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
source {{ bec_venv_path }}/bin/activate
|
||||
exec bec --config {{ bec_path }}/bec_config.yaml "$@"
|
||||
exec bec --config {{ bec_path }}/bec/deployment_configs/client.yaml "$@"
|
||||
|
||||
Reference in New Issue
Block a user