Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bao
IN-Source Old
Commits
265611ba
Commit
265611ba
authored
Mar 08, 2021
by
Wolfgang Knopki
Browse files
Update .gitlab-ci.yml, new pipeline
parent
e1ad3ffb
Pipeline
#2035
failed with stage
in 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
265611ba
variables
:
EXPORT_DIR
:
"
/var/www/html/pages"
image
:
alpine:latest
pages
-master
:
pages
:
stage
:
deploy
script
:
-
mkdir -p "$EXPORT_DIR/INsource"
-
cp -r * "$EXPORT_DIR/INsource"
tag
s
:
-
production
-
echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
artifacts
:
path
s
:
-
./
only
:
-
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