Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
k8s
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 27919c29
authored
Feb 06, 2020
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增 autodl-backend配置文件也需要修改autodl_admin_backend变量
1 parent
4d02abf0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
script/autodl/2-replace-file.sh
script/autodl/2-replace-file.sh
View file @
27919c2
...
@@ -38,6 +38,7 @@ cp ~/.docker/config.json $workspace/src/autodl-core/conf/ #用于生产环境以
...
@@ -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#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#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_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_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`
sudo sed -i s#autodl_back_socket#
$autodl_back_socket
#g `find $workspace -type f -name production-base.js`
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment