Skip to content
Snippets Groups Projects
Verified Commit ac73939b authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added zola

parent c63192f9
Branches
No related tags found
No related merge requests found
......@@ -25,7 +25,6 @@ build-c-pandoc:
- pandoc/Dockerfile
- c_pandoc/Dockerfile
build-pandoc:
tags:
- dfromd
......@@ -134,3 +133,14 @@ build-dojo:
changes:
- dojo/Dockerfile
build-zola:
tags:
- dfromd
stage: build
script:
- cd zola
- docker build --pull -t omalaspinas/zola .
- docker push omalaspinas/zola
only:
changes:
- zola/Dockerfile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment