USE CASE · WEBSITE
Audit locally, make verified changes, then deploy to the correct server.
ChatCode can bind remote servers per project to reduce the risk of deploying site A's code to site B by mistake.
1. Add the website source as a Project.
Enable the permissions needed for local review/edit/test.
2. Bind SFTP/FTPS/FTP to the correct project.
Prefer SFTP or FTPS. Each project should use a remote account restricted to the correct directory.
3. SSH is a separate permission.
Enable it only when server commands are needed. Avoid root/Administrator; use a restricted deployment user.
4. Require backup/rollback before hard-to-reverse changes.
For production, verify the correct project, server, and remote path.
Useful for
PHP/Node/Rust websites, WordPress source, plugins/themes, static sites, or any project with local files and remote deployment.
Dùng ChatCode với project company-web. Audit lỗi 500 hiện tại từ source local, chưa deploy. Tìm root cause, sửa tối thiểu và chạy kiểm tra local trước.Sau khi verify local, kiểm tra server profile gắn với company-web. Chỉ upload các file đã thay đổi. Không xóa file remote và không chạy SSH command nếu chưa cần.Remote actions change real data. SFTP/SSH can break a production website if a request is wrong. Keep backups and restrict server permissions.