Commit 27919c29 by tingweiwang

新增 autodl-backend配置文件也需要修改autodl_admin_backend变量

1 parent 4d02abf0
Showing with 1 additions and 0 deletions
......@@ -38,6 +38,7 @@ cp ~/.docker/config.json $workspace/src/autodl-core/conf/ #用于生产环境以
sudo sed -i s#autodl_es#$autodl_es#g `find $workspace -type f -name app.yaml`
sudo sed -i s#deploy_is_private#$deploy_is_private#g `find $workspace -type f -name app.yaml`
sudo sed -i s#autodl_backend#$autodl_backend#g `find $workspace -type f -name app.yaml`
sudo sed -i s#autodl_admin_backend#$autodl_admin_backend#g `find $workspace -type f -name app.yaml`
#################################################################################################
sudo sed -i s#autodl_backend#$autodl_backend#g `find $workspace -type f -name production-base.js`
sudo sed -i s#autodl_back_socket#$autodl_back_socket#g `find $workspace -type f -name production-base.js`
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!