diff --git a/deploy/prod2.sh b/deploy/prod2.sh index 63c9731..4ba07da 100644 --- a/deploy/prod2.sh +++ b/deploy/prod2.sh @@ -1,7 +1,7 @@ #!/bin/bash # 变量定义 -LAST_TAG="1.0.16" -TAG="1.0.17" +LAST_TAG="1.0.17" +TAG="1.0.18" TARGET_PATH="/root/web/canrud-outside-nuxt-front" DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front" IMAGE_NAME="canrud-outside-front"