Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
QualityADE
Commits
d8b8adce
Commit
d8b8adce
authored
Dec 02, 2020
by
Matthias Betz
Browse files
Update .gitlab-ci.yml
parent
b6478ae9
Pipeline
#1595
passed with stage
in 1 second
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d8b8adce
...
...
@@ -8,11 +8,7 @@ pages-master:
stage
:
deploy
script
:
-
mkdir -p "$EXPORT_DIR/$CI_PROJECT_NAME"
-
ls -al "$EXPORT_DIR/$CI_PROJECT_NAME"
-
rm -rf "$EXPORT_DIR/$CI_PROJECT_NAME/.*"
-
ls -al "$EXPORT_DIR/$CI_PROJECT_NAME"
-
cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
-
ls -al "$EXPORT_DIR/$CI_PROJECT_NAME"
tags
:
-
production
only
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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