deploy timestamp fix

This commit is contained in:
Graham McIntire 2025-06-22 11:08:40 -05:00
parent 81a9263b9f
commit d70f47a708
No known key found for this signature in database

View file

@ -1,5 +1,8 @@
#!/bin/sh
set -eu
# Write the current UTC time to /app/deployed_at.txt at container start
date -u +"%Y-%m-%dT%H:%M:%SZ" > /app/deployed_at.txt
cd -P -- "$(dirname -- "$0")"
PHX_SERVER=true exec ./aprs start