Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IN-SOURCE
Gowanus-CityGML-Viewer
Commits
5b4b8e1d
Commit
5b4b8e1d
authored
Mar 09, 2021
by
Wolfgang Knopki
Browse files
Update .gitlab-ci.yml
parent
49035964
Pipeline
#2079
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5b4b8e1d
variables
:
image
:
alpine:latest
EXPORT_DIR
:
"
/var/www/html/pages"
pages
-master
:
pages
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
mkdir -p "$EXPORT_DIR
/$CI_PROJECT_
NAME"
-
echo "Deploying to https://transfer.hft-stuttgart.de/pages
/$CI_PROJECT_
PATH/"
-
cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
artifacts
:
tag
s
:
path
s
:
-
p
roduction
-
p
ublic
only
:
only
:
-
master
-
master
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