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
Plain Diff
Browse Code »
Commit
9ebc3018119c39e66c1f9c36dadf8ef4cfdf6d55
Authored by
sanmu
2024-06-11 21:27:01 +0800
2 parents
efb560ed
eaec8c8a
Merge branch 'master' of
http://39.108.227.113:8001/zhusen/canrud-nuxt-front
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
deploy/prod.sh
deploy/prod.sh
View file @
9ebc301
...
...
@@ -2,7 +2,7 @@
2
2
3
3
# 变量定义
4
4
IMAGE_NAME="canrud-outside-front"
5
-TAG="1.0.
0
"
5
+TAG="1.0.
1
"
6
6
TAR_FILE="${IMAGE_NAME}_${TAG}.tar"
7
7
REMOTE_HOST="root@112.74.45.244"
8
8
REMOTE_DIR="/root/web/canrud-outside-nuxt-front"
...
...