Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GDW-SS-18
to-the-surface
Commits
66925e00
Commit
66925e00
authored
Oct 08, 2018
by
Oliver Biwer
Browse files
Update .gitlab-ci.yml
parent
71a616d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
66925e00
image
:
alpine:latest
pages
:
stage
:
deploy
script
:
-
echo 'Nothing to do...'
artifacts
:
paths
:
-
Build/WebGL/ToTheSurface
only
:
-
master
image
:
alpine:latest
pages
:
stage
:
deploy
script
:
-
mkdir .public
-
cp -r Build/WebGL/ToTheSurface/* .public
-
mv .public public
artifacts
:
paths
:
-
public
only
:
-
master
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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