chore: update develop to pull always
All checks were successful
Build and Deploy Development / build-and-push (push) Successful in 3m41s
Build and Deploy Development / deploy (push) Successful in 1m31s

This commit is contained in:
2025-09-06 18:17:26 +10:00
parent 2702e74ac5
commit 352766d8e6

View File

@ -60,5 +60,5 @@ jobs:
echo "Deploying development container..." echo "Deploying development container..."
ssh -o StrictHostKeyChecking=no $DEPLOY_USER@$DEPLOY_HOST " ssh -o StrictHostKeyChecking=no $DEPLOY_USER@$DEPLOY_HOST "
cd $DEPLOY_PATH cd $DEPLOY_PATH
docker compose --env-file .env up -d docker compose --env-file .env up -d --pull always
" "