Skip to content
Snippets Groups Projects
Verified Commit eeabae15 authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Add pages.

parent 8e2cf928
Branches
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment