Tony CHEMIT pushed to branch pages at ultreiaio / ird-t3
Commits:
-
01d2910d
by Tony CHEMIT at 2017-04-02T08:27:24+02:00
1 changed file:
Changes:
| 1 |
+pages:
|
|
| 2 |
+ stage: deploy
|
|
| 3 |
+ script:
|
|
| 4 |
+ - mkdir .public
|
|
| 5 |
+ - cp -r * .public
|
|
| 6 |
+ - mv .public public
|
|
| 7 |
+ artifacts:
|
|
| 8 |
+ paths:
|
|
| 9 |
+ - public
|
|
| 10 |
+ only:
|
|
| 11 |
+ - pages
|
|
| \ No newline at end of file |