Commit e374177eafe8b1b12df2025cd3881103a2158bcd

Authored by 曾国涛
1 parent 5334f325

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

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