Commit ccce381472b6f2b8023f2638d9dfffc65508e855
1 parent
d97ea346
fix: prod2-45/46
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.43" | ||
4 | -TAG="1.0.44" | 3 | +LAST_TAG="1.0.45" |
4 | +TAG="1.0.46" | ||
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" |