Add GitLab CI from PhaserTutorials and blank gitignore

This commit is contained in:
James Skemp 2018-02-11 12:40:01 -06:00
parent ee9879818f
commit f5e592c509
2 changed files with 10 additions and 0 deletions

0
.gitignore vendored Normal file
View File

10
.gitlab-ci.yml Normal file
View File

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