Skip to content

Commit

Permalink
Deploy more
Browse files Browse the repository at this point in the history
  • Loading branch information
raffomania committed Jul 23, 2023
1 parent dc9e392 commit 9d5774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ deploy-netlify site="ask-historians-archive" input_name="ah" limit="2022-01-01":
echo '* https://archive.observer/:splat' > output/_redirects
netlify deploy --site="{{site}}" --dir output --prod

deploy-ssh target site="ask-historians-archive" input_name="ah" limit="2018-01-01":
deploy-ssh target site="ask-historians-archive" input_name="ah" limit="2016-01-01":
just run --release -- --limit-posts={{limit}} --submissions=input/{{input_name}}_posts.json --comments=input/{{input_name}}_comments.json
rsync --recursive --delete --info=progress2 ./output/ {{target}}

0 comments on commit 9d5774c

Please sign in to comment.