Reset dev deploy behavior
All checks were successful
Deploy Stacks / deploy-prod (push) Has been skipped
Deploy Stacks / deploy-dev (push) Successful in 1s

This commit is contained in:
knight 2025-12-31 20:14:24 -05:00
parent 3357d96cb0
commit 608cc9253d
2 changed files with 2 additions and 8 deletions

View File

@ -22,14 +22,9 @@ jobs:
- name: Find and deploy changed stacks
env:
DOMAIN: ${{ secrets.DOMAIN }}
DEPLOY_ALL: "1"
run: |
if [ "$DEPLOY_ALL" = "1" ]; then
STACKS=$(ls stacks/)
else
# Find changed stacks
STACKS=$(git diff --name-only HEAD~1 HEAD 2>/dev/null | grep '^stacks/' | cut -d'/' -f2 | sort -u || echo "")
fi
if [ -z "$STACKS" ]; then
echo "No stacks changed, deploying all..."

View File

@ -1,5 +1,4 @@
services:
# Dev deploy trigger 10 (no functional change)
watchtower:
image: containrrr/watchtower:latest
container_name: watchtower