| deploy/deploy.yml | ●●●●● patch | view | raw | blame | history | |
| nginx.conf | ●●●●● patch | view | raw | blame | history |
deploy/deploy.yml
@@ -25,7 +25,7 @@ - name: aliyun #提前在项目下配置访问阿里云的账号密码 containers: # - image: $REGISTRY/$ALIYUNHUB_NAMESPACE/zhba-vue:SNAPSHOT-$BUILD_NUMBER - image: registry.cn-hangzhou.aliyuncs.com/arsn/zhba-vue:SNAPSHOT-8 - image: registry.cn-hangzhou.aliyuncs.com/arsn/zhba-vue:SNAPSHOT-9 imagePullPolicy: Always name: app ports: nginx.conf
@@ -35,7 +35,7 @@ server { listen 80; server_name localhost; root /usr/share/nginx/html/dist/; root /usr/share/nginx/html/; index index.html index.htm; location / {