chore: add helper scripts

- Deploy (merge into production, push, composer install and npm install)
- start_vagrant (just start vagrant and browser)
- ssh_homestead (a simple ssh into homestead)
This commit is contained in:
2021-04-21 08:09:53 -03:00
parent df2ac8f223
commit aa55e10e69
4 changed files with 7 additions and 7 deletions

1
ssh_homestead.sh Normal file
View File

@@ -0,0 +1 @@
ssh homestead -t "cd code/Bruno\ Fontes/shareit; bash --login"