Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
My-Blog
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmytro Bogatov
My-Blog
Commits
eeabae15
Verified
Commit
eeabae15
authored
Mar 22, 2018
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Add pages.
parent
8e2cf928
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-0
19 additions, 0 deletions
.gitlab-ci.yml
with
19 additions
and
0 deletions
.gitlab-ci.yml
+
19
−
0
View file @
eeabae15
...
...
@@ -52,3 +52,22 @@ dockerify:
-
docker push registry.dbogatov.org/dbogatov/my-blog
tags
:
-
shell
pages
:
image
:
dbogatov/docker-images:alpine-extras-latest
variables
:
GIT_STRATEGY
:
none
stage
:
release
script
:
-
mv _site/ public/
-
echo "Uploading files to pages"
artifacts
:
expire_in
:
30 min
paths
:
-
public
dependencies
:
-
build
tags
:
-
docker
only
:
-
master
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment