Files
c-cms-legacy/update.sh
TheGamecraft 14cea968d2 ALPHA 3.0.2b
2018-09-10 09:34:22 -04:00

5 lines
99 B
Bash

#!/bin/bash
git fetch --all
git reset --hard origin/master
sudo composer update
php artisan migrate