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

Move index.html to simplify .gitlab-ci.yml

This commit is contained in:
winniehell 2016-07-12 18:47:54 +02:00
parent ceb3785a5a
commit 86c71e1015
3 changed files with 3 additions and 7 deletions

View file

@ -1,9 +1,7 @@
pages: pages:
stage: deploy stage: deploy
script: script:
- mkdir .public - echo 'Nothing to do...'
- cp -r * .public
- mv .public public
artifacts: artifacts:
paths: paths:
- public - public

View file

@ -29,9 +29,7 @@ defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
pages: pages:
stage: deploy stage: deploy
script: script:
- mkdir .public - echo 'Nothing to do...'
- cp -r * .public
- mv .public public
artifacts: artifacts:
paths: paths:
- public - public