Sign in
canrd-main
/
canrud-nuxt-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1604aa145fc267ea4b727e0f0c41a4f3c95479dc
Authored by
boyang
2025-02-14 11:59:15 +0800
1 parent
cf36b9b7
build: skipped
fix: prod2-59/60
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
deploy/prod2.sh
deploy/prod2.sh
View file @
1604aa1
1
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
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"
...
...