Skip to content

Instantly share code, notes, and snippets.

@riquellopes
Last active June 2, 2021 21:55
Show Gist options
  • Save riquellopes/de57efd410555b2d296875c3cf7a38dd to your computer and use it in GitHub Desktop.
Save riquellopes/de57efd410555b2d296875c3cf7a38dd to your computer and use it in GitHub Desktop.
dist: xenial
language: go
go:
- master
addons:
snaps: hugo
before_script:
- rm -rf public 2> /dev/null
script:
- hugo
- echo "$CNAME_URL" > public/CNAME
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN
email: $GITHUB_EMAIL
name: $GITHUB_USERNAME
verbose: true
keep-history: true
local-dir: public
target_branch: master
on:
branch: hugo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment