Force no build cache to clear the bad placeholder file
This commit is contained in:
parent
d2c6fe7aec
commit
01c1594df1
4 changed files with 213 additions and 39 deletions
2
.github/workflows/build-and-deploy.yml
vendored
2
.github/workflows/build-and-deploy.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue