Skip to content

Commit

Permalink
Deploy more
Browse files Browse the repository at this point in the history
  • Loading branch information
raffomania committed Jul 20, 2023
1 parent 6acb387 commit 8c08f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ deploy-netlify site="ask-historians-archive" input_name="ah" limit="2021-06-01":
"Content-Type:application/zip" "Authorization:Bearer $NETLIFY_TOKEN" \
"@output.zip"

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

0 comments on commit 8c08f9f

Please sign in to comment.