Skip to content

FTP deploy: remove clean slate, only trigger on site changes#17

Merged
dinooo13 merged 2 commits intomainfrom
claude/ftp-deploy-on-changes-e6HFh
Mar 23, 2026
Merged

FTP deploy: remove clean slate, only trigger on site changes#17
dinooo13 merged 2 commits intomainfrom
claude/ftp-deploy-on-changes-e6HFh

Conversation

@dinooo13
Copy link
Owner

Summary

  • Remove dangerous-clean-slate from FTP deploy — only upload changed files instead of wiping and re-uploading everything
  • Add path filters so the workflow only triggers on changes that affect the generated site (app/, content/, public/, config/dep files), not on README or other non-site files

https://claude.ai/code/session_01EqMFsFWqQXgKfR4T6YA6Ss

claude added 2 commits March 23, 2026 22:35
Only upload changed files instead of wiping and re-uploading everything on each deploy.

https://claude.ai/code/session_01EqMFsFWqQXgKfR4T6YA6Ss
Add path filters so the workflow only runs when app code, content, public assets,
or config files change — not on README, renovate config, etc.

https://claude.ai/code/session_01EqMFsFWqQXgKfR4T6YA6Ss
@dinooo13 dinooo13 merged commit bc408cd into main Mar 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants