This repository was archived by the owner on Mar 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +44
-7
lines changed
Expand file tree Collapse file tree 4 files changed +44
-7
lines changed Original file line number Diff line number Diff line change 11/vendor
22/node_modules
33/public /storage
4- Homestead.yaml
5- Homestead.json
4+ ci / Homestead.yaml
5+ ci / Homestead.json
66.env
77
88# # Development
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ require 'yaml'
44VAGRANTFILE_API_VERSION ||= "2"
55confDir = $confDir ||= File . expand_path ( "vendor/laravel/homestead" , File . dirname ( __FILE__ ) )
66
7- homesteadYamlPath = "Homestead.yaml"
8- homesteadJsonPath = "Homestead.json"
9- afterScriptPath = "after.sh"
10- aliasesPath = "aliases"
7+ homesteadYamlPath = "ci/ Homestead.yaml"
8+ homesteadJsonPath = "ci/ Homestead.json"
9+ afterScriptPath = "ci/ after.sh"
10+ aliasesPath = "ci/ aliases"
1111
1212require File . expand_path ( confDir + '/scripts/homestead.rb' )
1313
Original file line number Diff line number Diff line change 1+ ---
2+ ip: "192.168.10.10"
3+ memory: 2048
4+ cpus: 2
5+ hostname: sqlgreygui
6+ name: sqlgreygui
7+ provider: virtualbox
8+
9+ authorize: ~/.ssh/id_rsa.pub
10+
11+ keys:
12+ - ~/.ssh/id_rsa
13+
14+ folders:
15+ - map: "/path/to/repository"
16+ to: "/home/vagrant/Code"
17+
18+ sites:
19+ - map: sqlgreygui.app
20+ to: "/home/vagrant/Code/public"
21+ schedules: true
22+
23+ databases:
24+ - homestead
25+
26+ # blackfire:
27+ # - id: foo
28+ # token: bar
29+ # client-id: foo
30+ # client-token: bar
31+
32+ # ports:
33+ # - send: 50000
34+ # to: 5000
35+ # - send: 7777
36+ # to: 777
37+ # protocol: udp
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ "$CI" = true ]; then
55fi
66
77if [ " $CI " = true ]; then
8- composer install --quiet --no-interaction --prefer-dist
8+ composer install --no-ansi --no-interaction --no-progress
99fi
1010
1111cp -nv .env.example .env
You can’t perform that action at this time.
0 commit comments