This document discusses tips for deployments, which can cause downtime and wasted time. It recommends having a staging server to test deployments. Specific tips include deploying without downtime, handling migrations carefully as data size increases, avoiding deleting columns and renaming columns, and using tools like Postgres' CREATE INDEX CONCURRENTLY and Percona Toolkit to add indexes without locking tables. The conclusion is that continuous integration should handle deployments and no-downtime is harder but possible with the right processes.