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
f4936f9f
Commit
f4936f9f
authored
May 27, 2020
by
Bao
Browse files
Update .gitlab-ci.yml
parent
fa36be1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f4936f9f
pages
:
variables
:
EXPORT_DIR
:
"
/var/www/html/pages"
pages-master
:
stage
:
deploy
script
:
-
mkdir .public
-
cp -r * .public
-
mv .public public
artifacts
:
paths
:
-
public
-
mkdir "$EXPORT_DIR/INsource"
-
cp -r public/* "$EXPORT_DIR/INsource"
tags
:
-
production
only
:
-
master
\ No newline at end of file
-
master
\ No newline at end of file
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