Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
ar
Commits
ce01ac33
Commit
ce01ac33
authored
Jul 07, 2020
by
Wolfgang Knopki
Browse files
Update .gitlab-ci.yml
parent
2e0dd521
Pipeline
#7258
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ce01ac33
image
:
alpine:latest
variables
:
EXPORT_DIR
:
"
/var/www/html/pages"
pages
:
pages
-master
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
echo 'Nothing to do...'
-
mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
artifacts
:
-
cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
path
s
:
tag
s
:
-
p
ublic
-
p
roduction
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