diff --git a/justfile b/justfile index 5a0257f..0340921 100644 --- a/justfile +++ b/justfile @@ -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}}