mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-23 20:10:52 +00:00
chore: update vagrant scripts
This commit is contained in:
parent
cdda313c7c
commit
6cc01707c1
@ -1,4 +1,6 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
builtin cd ~/development/laravelHomestead && /usr/bin/vagrant up && builtin cd -
|
export VAGRANT_CWD=/home/bruno/development/Homestead/
|
||||||
~/Apps/firefox/firefox-bin http://shareit.test
|
vagrant up
|
||||||
~/Apps/firefox/firefox-bin https://mailtrap.io/inboxes/455614/messages
|
#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
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user