Skip to content

Instantly share code, notes, and snippets.

View mejuliver's full-sized avatar

Juliver Galleto mejuliver

  • Philippines
View GitHub Profile
@cagartner
cagartner / deploy.sh
Last active September 4, 2025 05:57
Laravel Push deploy Github actions example
#!/bin/sh
set -e
vendor/bin/phpunit
(git push) || true
git checkout production
git merge master