added gitlab-ci file

master
Gabriel Muñoz 2018-10-18 04:15:59 +00:00
parent 78cdf020ef
commit 5ad9b64222
1 changed files with 11 additions and 0 deletions

11
.gitlab-ci.yml 100644
View File

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