forked from cps-deployments/psi.bec
Merge branch 'use-server-client-configs' into 'main'
Switch to client/server configs See merge request psd_deployments/roles/psi.bec!6
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