保安服务企业管理项目备份
钟日健
2022-03-15 99c042cfda4df36e4d539c8c6c2cb2a67d1b1172
deploy 修改
2 files modified
4 ■■■■ changed files
deploy/deploy.yml 2 ●●● patch | view | raw | blame | history
nginx.conf 2 ●●● 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 / {