1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-14 09:14:27 -04:00

moved blog to hugo! lots of stuff still to do 😬

This commit is contained in:
2019-03-31 11:08:29 -04:00
parent 9de55032ce
commit 2cf35eb44f
49 changed files with 764 additions and 1397 deletions

View File

@@ -21,7 +21,7 @@ deploy:
script:
# build site
- rm -rf public
- hugo
- hugo --gc --enableGitInfo
# upload all files
- aws s3 sync ./public s3://$S3_BUCKET_NAME --delete --region us-east-1 --cache-control "max-age=86400, public" --metadata-directive "REPLACE"