Merge branch 'master' into production

This commit is contained in:
Bruno F. Fontes 2022-04-24 17:17:22 -03:00
commit b3c00d388d
Signed by: brunofontes
GPG Key ID: 4DAA810052CF68B6
4 changed files with 1422 additions and 1884 deletions

500
composer.lock generated

File diff suppressed because it is too large Load Diff

2796
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,6 @@
#!/bin/zsh
builtin cd ~/development/laravelHomestead && /usr/bin/vagrant up && builtin cd -
~/Apps/firefox/firefox-bin http://shareit.test
~/Apps/firefox/firefox-bin https://mailtrap.io/inboxes/455614/messages
export VAGRANT_CWD=/home/bruno/development/Homestead/
vagrant up
#builtin cd ~/development/laravelHomestead && /usr/bin/vagrant up && builtin cd -
#~/Apps/firefox/firefox-bin http://shareit.test
#~/Apps/firefox/firefox-bin https://mailtrap.io/inboxes/455614/messages

View File

@ -1 +1 @@
ssh homestead -t 'cd code/Bruno\ Fontes/shareit; echo; echo -n "Press enter to update Composer..."; read; composer update; echo; echo -n "Press enter to update NPM..."; read; npm update; echo; echo -n "Press enter to exit..."; read'
ssh homestead -t 'cd shareit; php7.3 /usr/local/bin/composer update; npm update; echo; echo -n "Press enter to exit..."; read'