Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e7d4e6cd51 | |||
| 6e4c831870 |
@@ -124,11 +124,12 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# 确保构建产物可读
|
||||||
|
chmod -R a+r "$H5_SOURCE_DIR"
|
||||||
|
|
||||||
# 使用 rsync 同步文件
|
# 使用 rsync 同步文件
|
||||||
# 修正: 将 -e 参数移到前面
|
rsync -rltvz --delete \
|
||||||
rsync -rltzv --delete \
|
--no-perms --no-times --no-owner --no-group \
|
||||||
--no-owner --no-group \
|
|
||||||
--chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r \
|
|
||||||
-e "ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=no" \
|
-e "ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=no" \
|
||||||
"$H5_SOURCE_DIR/" \
|
"$H5_SOURCE_DIR/" \
|
||||||
"root@${TARGET}:${WEB_ROOT}/"
|
"root@${TARGET}:${WEB_ROOT}/"
|
||||||
|
|||||||
+3
-3
@@ -3,13 +3,13 @@
|
|||||||
*/
|
*/
|
||||||
const prod = {
|
const prod = {
|
||||||
// 业务 API 地址(vms-api)
|
// 业务 API 地址(vms-api)
|
||||||
apiBaseUrl: 'https://api.arklink.com',
|
apiBaseUrl: 'http://101.200.86.98:4000',
|
||||||
|
|
||||||
// 网关地址(vms-gateway)— 用户授权、短信等接口走网关
|
// 网关地址(vms-gateway)— 用户授权、短信等接口走网关
|
||||||
apiGatewayUrl: 'https://gateway.arklink.com',
|
apiGatewayUrl: 'https://gateway.arklinksmart.cn',
|
||||||
|
|
||||||
// 授权回调地址(支付宝/微信 OAuth redirect_uri)
|
// 授权回调地址(支付宝/微信 OAuth redirect_uri)
|
||||||
authRedirectUri: 'https://gateway.arklink.com/api/v1/user/auth/callback',
|
authRedirectUri: 'https://gateway.arklinksmart.cn/api/v1/user/auth/callback',
|
||||||
|
|
||||||
// 生产环境 Token 从登录流程获取,此处为空
|
// 生产环境 Token 从登录流程获取,此处为空
|
||||||
bearerToken: '',
|
bearerToken: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user