Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kitkat
Autodeploy-test
Commits
9e7a9e36
Commit
9e7a9e36
authored
Apr 06, 2021
by
kitkat
🐈
Browse files
Update .gitlab-ci.yml
parent
901eeaa5
Pipeline
#7199
passed with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9e7a9e36
...
...
@@ -5,7 +5,7 @@ stages:
build
:
stage
:
build
script
:
-
if [ "$CI_COMMIT_REF_NAME" == "master" ]; then cp
-R
dist/
*
/var/www/html/index.html; fi
-
if [ "$CI_COMMIT_REF_NAME" == "master" ]; then cp dist/
index.html
/var/www/html/index.html; fi
test
:
stage
:
test
...
...
Write
Preview
Supports
Markdown
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