Showing
2 changed files
with
4 additions
and
1 deletions
| ... | @@ -3,6 +3,7 @@ VITE_PORT = 8006 | ... | @@ -3,6 +3,7 @@ VITE_PORT = 8006 |
| 3 | 3 | ||
| 4 | # 反向代理服务器地址 | 4 | # 反向代理服务器地址 |
| 5 | VITE_PROXY_TARGET = https://oa-dev.onwall.cn | 5 | VITE_PROXY_TARGET = https://oa-dev.onwall.cn |
| 6 | +# VITE_PROXY_TARGET = https://oa.onwall.cn | ||
| 6 | 7 | ||
| 7 | # API请求前缀 | 8 | # API请求前缀 |
| 8 | VITE_PROXY_PREFIX = /srv/ | 9 | VITE_PROXY_PREFIX = /srv/ | ... | ... |
| ... | @@ -36,6 +36,8 @@ git add -A | ... | @@ -36,6 +36,8 @@ git add -A |
| 36 | git commit -m '前端地图更新' | 36 | git commit -m '前端地图更新' |
| 37 | git push | 37 | git push |
| 38 | 38 | ||
| 39 | +# 直接到网站拉更新去 | ||
| 40 | + | ||
| 39 | # 更新SSH服务器上文件 | 41 | # 更新SSH服务器上文件 |
| 40 | # ssh -p 22 itomix@ipadbiz.cn 'cd /opt/space-dev/ && git pull origin develop' | 42 | # ssh -p 22 itomix@ipadbiz.cn 'cd /opt/space-dev/ && git pull origin develop' |
| 41 | -ssh -p 22 itomix@ipadbiz.cn 'cd /opt/oa/ && git pull origin master' | 43 | +# ssh -p 22 ipadbiz-inner 'cd /opt/oa/ && git pull origin master' | ... | ... |
-
Please register or login to post a comment