Commit 14b1db9c256b4452caeaa79f676c6d6f6c4947f5

Authored by boyang
1 parent 99ee1ff7

fix: prod2.sh-17/18

Showing 1 changed file with 2 additions and 2 deletions
deploy/prod2.sh
1 1 #!/bin/bash
2 2 # 变量定义
3   -LAST_TAG="1.0.16"
4   -TAG="1.0.17"
  3 +LAST_TAG="1.0.17"
  4 +TAG="1.0.18"
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"
... ...