Standard Deploy
Standard deploys pull the latest commit, sync files, and preserve local changes. If Git detects uncommitted work, it will automatically stash and restore tracked changes after updating.
Force Deploy
Force deploy discards local changes and replaces files from the repository. Use for recovery scenarios or when you intentionally want a clean sync.
Undo Last Deploy
Use the Undo Last Deploy button to roll back to the most recent successful deploy. This is a fast recovery option if a new release introduces issues.
Excluded Paths
Files listed in the project’s Exclude Paths are restored after deploy. Use this for uploads, caches, or host-specific configuration.
