fix: clean up orphan resources on deploy cancellation (closes #89) #93

Merged
sneak merged 2 commits from fix/deploy-cancel-cleanup into main 2026-02-20 05:22:59 +01:00

2 Commits

Author SHA1 Message Date
clawbot
95a690e805 fix: use strings.HasPrefix instead of manual slice comparison
- Replace entry.Name()[:len(prefix)] == prefix with strings.HasPrefix
- Applied consistently in both deploy.go and export_test.go
2026-02-19 20:17:27 -08:00
clawbot
802518b917 fix: clean up orphan resources on deploy cancellation (closes #89) 2026-02-19 20:15:22 -08:00