提交 ea6dbe5f 作者: 龚洪江

Merge branch 'master' into feature/chuck

...@@ -2,7 +2,7 @@ name: Build and Push to ACR ...@@ -2,7 +2,7 @@ name: Build and Push to ACR
on: on:
push: push:
branches: ["feature/chuck"] branches: ["develop"]
env: env:
REGION_ID: cn-shenzhen REGION_ID: cn-shenzhen
...@@ -57,4 +57,4 @@ jobs: ...@@ -57,4 +57,4 @@ jobs:
git config user.email "Chuck@users.noreply.github.com" git config user.email "Chuck@users.noreply.github.com"
git remote set-url origin "$GITLAB_URL" git remote set-url origin "$GITLAB_URL"
git commit -am "Generated Image Update" git commit -am "Generated Image Update"
git push origin "feature/chuck" git push origin "develop"
...@@ -3,7 +3,7 @@ name: Build and Push to ACR ...@@ -3,7 +3,7 @@ name: Build and Push to ACR
on: on:
push: push:
### Production ### Production
branches: ["release/chuck"] branches: ["master"]
env: env:
REGION_ID: cn-shenzhen REGION_ID: cn-shenzhen
...@@ -58,4 +58,4 @@ jobs: ...@@ -58,4 +58,4 @@ jobs:
git config user.email "Chuck@users.noreply.github.com" git config user.email "Chuck@users.noreply.github.com"
git remote set-url origin "$GITLAB_URL" git remote set-url origin "$GITLAB_URL"
git commit -am "generated Image update" git commit -am "generated Image update"
git push origin "release/chuck" git push origin "master"
...@@ -5,7 +5,7 @@ github: https://github.com/sharefly-iuav/web ...@@ -5,7 +5,7 @@ github: https://github.com/sharefly-iuav/web
1. 先本地npm run build, 确认构建前ts检查无错误, 可构建成功. 1. 先本地npm run build, 确认构建前ts检查无错误, 可构建成功.
## 构建测试服 ## 构建测试服
1. 切换到feature/chuck分支下, 先提交gitlab, 再提交github, 自动触发构建测试服 1. 切换到develop分支下, 先提交gitlab, 再提交github, 自动触发构建测试服
## 构建正式服 ## 构建正式服
1. ssh连接到远程服务器登录(ip:120.77.247.178 账号: root 密码: YXF&mmc@m2023) 1. ssh连接到远程服务器登录(ip:120.77.247.178 账号: root 密码: YXF&mmc@m2023)
......
...@@ -4,7 +4,7 @@ metadata: ...@@ -4,7 +4,7 @@ metadata:
name: web-deployment name: web-deployment
namespace: default namespace: default
spec: spec:
minReadySeconds: 250 # minReadySeconds: 250
revisionHistoryLimit: 2 revisionHistoryLimit: 2
replicas: 1 replicas: 1
selector: selector:
......
...@@ -18,4 +18,4 @@ patches: ...@@ -18,4 +18,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/web newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly/web
newTag: 18a408695e671822e9b91f298e42cdb52a870360 newTag: bfd86338f2723db513e880683b5e4281a1b047b8
...@@ -27,8 +27,8 @@ const nextConfig = { ...@@ -27,8 +27,8 @@ const nextConfig = {
return [ return [
{ {
source: '/local/:path*', source: '/local/:path*',
// destination: 'https://iuav.mmcuav.cn/:path*', destination: 'https://www.iuav.shop/:path*',
destination: 'https://test.iuav.shop/:path*', // destination: 'https://test.iuav.shop/:path*',
}, },
]; ];
}, },
......
...@@ -8,8 +8,8 @@ export default function RotationChart() { ...@@ -8,8 +8,8 @@ export default function RotationChart() {
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/1(1).jpg', 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/1(1).jpg',
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/2(1).jpg', 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/2(1).jpg',
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/3(1).jpg', 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/3(1).jpg',
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/4(1).jpg', 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/a0dc9062-cef8-44ce-bbba-ee82a0d5fe80.jpg',
'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/5(1).jpg', 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/95843a99-e8bf-4156-b47a-cf3720f4a885.jpg',
]; ];
return ( return (
<Box> <Box>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论