Skip to content

Commit

Permalink
Add env var to build
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvdw committed Nov 24, 2024
1 parent 1d54e8d commit 31b790d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/guard/build
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ while true; do

# Refresh the local export
# nanoc update -y
ssh [email protected] sudo -u pretalx_event /usr/share/webapps/pretalxevent/venv/bin/python -m pretalx export_resources fosdem-2025 /home/pretalx_event/export/fosdem-2025
ssh [email protected] sudo -u pretalx_event DJANGO_SETTINGS_MODULE=pretalx.settings_pghistory /usr/share/webapps/pretalxevent/venv/bin/python -m pretalx export_resources fosdem-2025 /home/pretalx_event/export/fosdem-2025
rsync [email protected]:/home/pretalx_event/export/fosdem-2025/ export -avP --delete-after

# Compile the website
Expand Down

0 comments on commit 31b790d

Please sign in to comment.