Commit 4f32bba137d754aeb6e09bb9172f54c20da0bded

Authored by 曾国涛
1 parent e25eede7

build(deploy): 更新生产环境部署脚本中的版本标签

-将 LAST_TAG 从 "1.0.14" 修改为 "1.0.15"
- 将 TAG 从 "1.0.15" 修改为 "1.0.16"
Showing 1 changed file with 2 additions and 2 deletions
deploy/prod2.sh
1 1 #!/bin/bash
2 2 # 变量定义
3   -LAST_TAG="1.0.14"
4   -TAG="1.0.15"
  3 +LAST_TAG="1.0.15"
  4 +TAG="1.0.16"
5 5 TARGET_PATH="/root/web/canrud-outside-nuxt-front"
6 6 DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front"
7 7 IMAGE_NAME="canrud-outside-front"
... ...