Switch to client/server configs

This commit is contained in:
2025-07-29 14:33:57 +02:00
parent 6ffa533c90
commit ba4b63d60a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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 "$@"