Skip to content

Instantly share code, notes, and snippets.

@syofyanzuhad
Last active October 27, 2022 04:49
Show Gist options
  • Save syofyanzuhad/4630485bd9e2445d4bced9c8b7e1618b to your computer and use it in GitHub Desktop.
Save syofyanzuhad/4630485bd9e2445d4bced9c8b7e1618b to your computer and use it in GitHub Desktop.
git pull origin main
runuser -u deployer -- composer install --prefer-dist --optimize-autoloader --no-dev
npm ci --no-audit
npm run build
php artisan migrate --seed --force
php artisan optimize
php artisan route:clear
php artisan scribe:generate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment