Skip to content

Instantly share code, notes, and snippets.

@lsegal
Created April 12, 2019 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lsegal/31e6ea5ee5625b2217f4f247621c9162 to your computer and use it in GitHub Desktop.
Save lsegal/31e6ea5ee5625b2217f4f247621c9162 to your computer and use it in GitHub Desktop.
image: lsegal/hugo-deploy
pages:
stage: deploy
script:
- hugo
- sh scripts/cloudflare_purge.sh
artifacts:
paths:
- public
only:
- master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment