Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gitlab-ci-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PublicSource
gitlab-ci-template
Commits
8dad725e
Commit
8dad725e
authored
Jun 19, 2023
by
张醒狮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新.gitlab-ci-vue-qmai-runner2.yml
parent
e50c04f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci-vue-qmai-runner2.yml
.gitlab-ci-vue-qmai-runner2.yml
+1
-1
No files found.
.gitlab-ci-vue-qmai-runner2.yml
View file @
8dad725e
...
@@ -53,5 +53,5 @@ check_and_cicd:
...
@@ -53,5 +53,5 @@ check_and_cicd:
-
'
[[
$?
!=
0
]]
&&
echo
"部署出错!"
&&
exit
1'
-
'
[[
$?
!=
0
]]
&&
echo
"部署出错!"
&&
exit
1'
# 部署服务器
# 部署服务器
-
'
webpath=/www/web/${CI_PROJECT_PATH_SLUG}/public_html'
-
'
webpath=/www/web/${CI_PROJECT_PATH_SLUG}/public_html'
-
mkdir -p ${webpath}
-
ssh root@192.168.192.69 "mkdir -p ${webpath}"
-
rsync --quiet -azv --delete dist/ www@192.168.192.69:${webpath}
-
rsync --quiet -azv --delete dist/ www@192.168.192.69:${webpath}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment