Skip to content

Instantly share code, notes, and snippets.

View novasky-zz's full-sized avatar

William Novasky novasky-zz

View GitHub Profile
@BenSampo
BenSampo / deploy.sh
Last active June 18, 2024 01:44
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