Created
April 12, 2019 20:13
-
-
Save lsegal/31e6ea5ee5625b2217f4f247621c9162 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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