Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
map-demo
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-08-07 10:08:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
52f3c5fa7d30e18f889a9f0b74831871d9811266
52f3c5fa
1 parent
ea0e389f
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
.env
publish.sh
.env
View file @
52f3c5f
...
...
@@ -3,6 +3,7 @@ VITE_PORT = 8006
# 反向代理服务器地址
VITE_PROXY_TARGET = https://oa-dev.onwall.cn
# VITE_PROXY_TARGET = https://oa.onwall.cn
# API请求前缀
VITE_PROXY_PREFIX = /srv/
...
...
publish.sh
View file @
52f3c5f
...
...
@@ -36,6 +36,8 @@ git add -A
git commit -m
'前端地图更新'
git push
# 直接到网站拉更新去
# 更新SSH服务器上文件
# ssh -p 22 itomix@ipadbiz.cn 'cd /opt/space-dev/ && git pull origin develop'
ssh -p 22 itomix@ipadbiz.cn
'cd /opt/oa/ && git pull origin master'
# ssh -p 22 ipadbiz-inner
'cd /opt/oa/ && git pull origin master'
...
...
Please
register
or
login
to post a comment