deploy: reset generated site files before pull (fixes silently-stranded commits)
deploy.sh ran sync_nav.py / gen-service-catalog.py which dirty site/public + site/src in place; that made 'git pull' abort, so recent commits never reached prod until pulled manually. Reset those generated paths before pulling so deploys always fast-forward. Also document the IRP POA signer-name/title follow-up.
This commit is contained in:
parent
a74516a255
commit
42b433db5a
2 changed files with 18 additions and 0 deletions
|
|
@ -195,3 +195,15 @@ FMCSA QCMobile API ← /api/v1/dot/lookup (real-time per carrier)
|
|||
- **Email outreach to 1.5M+ carriers** with specific deficiency data
|
||||
- **Lower pricing** through automation (no manual data entry)
|
||||
- **Bundled services** (telecom + trucking for carriers that do both)
|
||||
|
||||
## IRP filing — known follow-ups (2026-06)
|
||||
|
||||
- **POA signer name/title on auto-signed orders**: dot-compliance-remediation
|
||||
orders auto-sign the state-trucking authorization without capturing the
|
||||
signer's printed name/title, so the POA PDF attached to IRP submissions has a
|
||||
blank printed-name/title (the date IS rendered). We are sending these as-is to
|
||||
see if base states accept them; if a state rejects for an incomplete POA,
|
||||
capture signer_name/signer_title in the remediation auth flow (or re-issue the
|
||||
POA for signature) before submitting. Code: state_trucking_authorization.py
|
||||
(template has name/title/date fields + a date anchor), esign_stamp.py (stamps
|
||||
signature + date).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue