Allow download of fetched artifacts

dev
gravel 1 year ago
parent b8c9fe390d
commit dfc07f82fe
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -31,6 +31,12 @@ fetch:
fetch-dry:
/bin/php php/fetch-servers.php $(FLAGS) --dry-run
# Skip fetching by using the JSON currently served online
fetch-steal: CURL = torsocks curl --progress-bar
fetch-steal:
$(CURL) https://sessioncommunities.online/servers.json -o output/servers.json
$(CURL) https://sessioncommunities.online/tags.json -o output/tags.json
# Generate HTML from data.
html:
/bin/php php/generate-html.php $(FLAGS)

Loading…
Cancel
Save