Rsync
clean-mount exec /path/to/project -- rsync -avz . user@server:/deploy-path
Build artifacts, dependencies, and configs (if gitignored) are excluded from the transfer.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
clean-mount exec /path/to/project -- rsync -avz . user@server:/deploy-path
Build artifacts, dependencies, and configs (if gitignored) are excluded from the transfer.