1
0
Fork 0
mirror of https://github.com/uhIgnacio/igna.rocks.git synced 2024-08-15 02:23:12 +00:00

Add .gitlab-ci.yml.

This commit is contained in:
Douwe Maan 2015-12-22 10:58:44 +00:00
parent 5bc0e7bd36
commit a7bf720a3b

11
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,11 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master