#!/bin/bash

# Change to the website directory
cd /usr/www/amatsuro/manoktok.com

# Pull the latest changes
git pull origin main

# Set proper permissions
chmod -R 755 .
chmod -R 775 uploads images logs

echo "Deployment completed!" 