Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
examples
A subgroup
A project in a subgroup
Commits
5f3b2e75
Commit
5f3b2e75
authored
Jul 24, 2019
by
Tamas Gal
💬
Browse files
Add CI
parents
Pipeline
#5131
passed with stage
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
5f3b2e75
pages
:
stage
:
deploy
script
:
-
mkdir .public
-
echo hello world > .public/index.html
-
mv .public public
artifacts
:
paths
:
-
public
only
:
-
master
Write
Preview
Markdown
is supported
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