mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
5 lines
99 B
Bash
5 lines
99 B
Bash
#!/bin/bash
|
|
git fetch --all
|
|
git reset --hard origin/master
|
|
sudo composer update
|
|
php artisan migrate |