2016-07-12 10:50:25 +00:00
|
|
|
image: alpine:latest
|
|
|
|
|
2015-12-22 10:58:44 +00:00
|
|
|
pages:
|
|
|
|
stage: deploy
|
|
|
|
script:
|
2016-07-12 16:47:54 +00:00
|
|
|
- echo 'Nothing to do...'
|
2015-12-22 10:58:44 +00:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
only:
|
2016-07-12 16:47:54 +00:00
|
|
|
- master
|