Skip to content

Commit

Permalink
justfile bumped to make the publication *work*
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Sep 11, 2023
1 parent 6657684 commit 29f2cfd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ serve:
upload:
aws s3 sync \
--delete \
$(inv config deploy_path) \
ideas.offby1.net
output \
s3://ideas.offby1.net

invalidate:
aws cloudfront create-invalidation \
--distribution-id E3HG7SIR4ZZAS1
--distribution-id E3HG7SIR4ZZAS1 \
--paths "/*"

@build settings="pelicanconf.py":
pelican -s {{settings}} -o output content
Expand Down

0 comments on commit 29f2cfd

Please sign in to comment.