Commit 1604aa145fc267ea4b727e0f0c41a4f3c95479dc
1 parent
cf36b9b7
fix: prod2-59/60
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.58" | ||
4 | -TAG="1.0.59" | 3 | +LAST_TAG="1.0.59" |
4 | +TAG="1.0.60" | ||
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" |