Add company filter to Lob list addresses

...even though I never made it actually work.
This commit is contained in:
Eli Ribble 2026-04-20 22:33:20 +00:00
parent ffd424df12
commit 8387cf667b
No known key found for this signature in database
7 changed files with 42 additions and 6 deletions

View file

@ -11,7 +11,7 @@
# force production environment, but with debug logging
export $(cat /var/run/secrets/nidus-dev-sync-env | xargs) && \
export $(cat .env | xargs) && \
./nidus-sync -prod 2>&1 | tee nidus-sync.log
./nidus-sync -prod
#
# Use nix build output, force production environment
#export $(cat /var/run/secrets/nidus-dev-sync-env | xargs) && ./result/bin/nidus-sync -prod 2>&1 | tee nidus-sync.log