Create zip archive of new files and upload:
Unzip and overwrite existing files:
Repair permissions
chown -R bryanb:apache /var/www/22slides.com
find /var/www/22slides.com -type d -exec chmod 2775 {} \\; -o -type f -exec chmod 664 {} \\;
Restart supervisord:
service supervisord restart
Remove archive.zip file:
rm /var/www/22slides.com/archive.zip