Update .gitlab-ci.yml
This commit is contained in:
parent
3f89fe4bfd
commit
0420769752
1 changed files with 1 additions and 3 deletions
|
|
@ -61,11 +61,9 @@ deploy:
|
||||||
WorkingDirectory=${BACKEND_APP_DIR}
|
WorkingDirectory=${BACKEND_APP_DIR}
|
||||||
Environment="PATH=${BACKEND_VENV_DIR}/bin"
|
Environment="PATH=${BACKEND_VENV_DIR}/bin"
|
||||||
Environment="MODEL_ENDPOINT_1=https://hermes.ai.unturf.com/v1"
|
Environment="MODEL_ENDPOINT_1=https://hermes.ai.unturf.com/v1"
|
||||||
Environment="MODEL_ENDPOINT_2=https://node2.naptha.ai/inference"
|
Environment="MODEL_ENDPOINT_2=https://hermes2.ai.unturf.com/v1"
|
||||||
Environment="MODEL_ENDPOINT_3=https://node3.naptha.ai/inference"
|
|
||||||
Environment="MODEL_API_KEY_1=${MODEL_API_KEY_1:-not-needed}"
|
Environment="MODEL_API_KEY_1=${MODEL_API_KEY_1:-not-needed}"
|
||||||
Environment="MODEL_API_KEY_2=${MODEL_API_KEY_2:-not-needed}"
|
Environment="MODEL_API_KEY_2=${MODEL_API_KEY_2:-not-needed}"
|
||||||
Environment="MODEL_API_KEY_3=${MODEL_API_KEY_3:-not-needed}"
|
|
||||||
ExecStart=${BACKEND_VENV_DIR}/bin/uwsgi \\
|
ExecStart=${BACKEND_VENV_DIR}/bin/uwsgi \\
|
||||||
--master \\
|
--master \\
|
||||||
--enable-threads \\
|
--enable-threads \\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue