Commit d3df98606469cc8e3c2d5665a293c42b7758a6b9

Authored by boyang
1 parent 30129831

fix: 修改prod2.sh

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