Force no build cache to clear the bad placeholder file

This commit is contained in:
Christbru 2025-10-18 23:22:00 -05:00
commit 01c1594df1
4 changed files with 213 additions and 39 deletions

View file

@ -98,6 +98,8 @@ jobs:
export IMAGE_TAG=${{ github.sha }}
# Stop and remove old containers before pulling new images
compose -f docker-compose.prod.yml down
# Clear previous logs for a clean deployment log
: > ~/astra-logs/astra-errors.log || true
compose -f docker-compose.prod.yml pull
compose -f docker-compose.prod.yml up -d
# Security hygiene: remove GHCR credentials after pulling