Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Joe T.S.
3dgeovisclient
Commits
07024131
You need to sign in or sign up before continuing.
Commit
07024131
authored
May 20, 2020
by
Santhanavanich
Browse files
update
parent
e32204cf
Pipeline
#729
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
07024131
pages
:
variables
:
EXPORT_DIR
:
"
/var/www/html/pages"
pages-master
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
echo 'Nothing to do...'
-
mkdir "$EXPORT_DIR/$CI_PROJECT_PATH_SLUG"
artifacts
:
-
cp -r public/* "$EXPORT_DIR/$CI_PROJECT_PATH_SLUG"
paths
:
tags
:
-
public
-
JoeTS
only
:
only
:
-
master
-
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