Skip to content

Instantly share code, notes, and snippets.

View rezuankassim's full-sized avatar
🤡
Sometimes I don't know why it works

Rezuan Kassim rezuankassim

🤡
Sometimes I don't know why it works
View GitHub Profile
@BenSampo
BenSampo / deploy.sh
Last active April 30, 2024 03:41
Laravel deploy script
# Change to the project directory
cd $FORGE_SITE_PATH
# Turn on maintenance mode
php artisan down || true
# Pull the latest changes from the git repository
# git reset --hard
# git clean -df
git pull origin $FORGE_SITE_BRANCH