chore: update vagrant scripts

This commit is contained in:
Bruno F. Fontes 2022-04-24 16:04:29 -03:00
parent cdda313c7c
commit 6cc01707c1
Signed by: brunofontes
GPG Key ID: 4DAA810052CF68B6
2 changed files with 6 additions and 4 deletions

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'