The public sources for my resume. These sources are auto compiled and published upon changes.
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.

26 lines
344 B

  1. stages:
  2. - build
  3. - deploy
  4. build-resume:
  5. stage: build
  6. script:
  7. - ./build-pdf-resume.sh
  8. only:
  9. - master
  10. tags:
  11. - linux
  12. artifacts:
  13. paths:
  14. - DPSResume.pdf
  15. - ResumeSite.tar.gz
  16. deploy-resume:
  17. stage: deploy
  18. script:
  19. - ./package-and-deploy.sh
  20. only:
  21. - master
  22. tags:
  23. - linux