first work on hangman

This commit is contained in:
2020-03-28 17:01:53 +01:00
parent 4b9eb03f8d
commit fffa30c6a1
7 changed files with 316 additions and 7 deletions

9
deploy.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
git pull origin production
composer install
php artisan migrate --force
npm install
npm run prod