Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpatricio committed May 31, 2023
1 parent a217338 commit 33722ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ function help {
function default {
help
}
function start {
bash scripts/spin up -d
}
function logs {
bash scripts/spin logs -f
}
function mfs { # migrate-fresh-seed
bash scripts/spin exec -u webuser webapp php artisan migrate:fresh --seed
}
Expand Down

0 comments on commit 33722ae

Please sign in to comment.