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
543dbdc5
Commit
543dbdc5
authored
4 years ago
by
Wolfgang Knopki
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
3aa3dc27
Pipeline
#2082
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-12
.gitlab-ci.yml
with
8 additions
and
12 deletions
+8
-12
.gitlab-ci.yml
+
8
-
12
View file @
543dbdc5
variables
:
EXPORT_DIR
:
"
/var/www/html/pages"
image
:
alpine:latest
stages
:
-
deploy
pages-master
:
pages
:
stage
:
deploy
script
:
-
mkdir -p "$EXPORT_DIR
/$CI_PROJECT_
NAME
"
-
cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tag
s
:
-
p
roduction
only
:
-
master
-
echo "Deploying to https://transfer.hft-stuttgart.de/pages
/$CI_PROJECT_
PATH/
"
artifacts
:
path
s
:
-
p
ublic
only
:
-
master
This diff is collapsed.
Click to expand it.
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