Embed config.yaml into both apps

This commit is contained in:
Sergey Stepanov 2023-04-25 20:53:06 +03:00 committed by sergystepanov
parent 9231120a55
commit b227260060
11 changed files with 31 additions and 21 deletions

View file

@ -72,7 +72,6 @@ WORKERS=${WORKERS:-4}
USER=${USER:-root}
compose_src=$(cat $LOCAL_WORK_DIR/docker-compose.yml)
config_src=$(cat $LOCAL_WORK_DIR/configs/config.yaml)
function remote_run_commands() {
ret=""