You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
219 B

  1. stages:
  2. - build
  3. site-build:
  4. image: jojomi/hugo
  5. stage: build
  6. script:
  7. - hugo
  8. only:
  9. - master
  10. artifacts:
  11. paths:
  12. - public
  13. expire_in: 1 week
  14. tags:
  15. - docker