Added staging configuration
This commit is contained in:
parent
8213ae1ec6
commit
72e5b83101
@ -21,7 +21,7 @@ class RoboFile extends \Robo\Tasks
|
||||
->exec('composer install')
|
||||
|
||||
# run test
|
||||
->exec('vendor/bin/codecept run acceptance')
|
||||
->exec('vendor/bin/codecept run acceptance --env staging')
|
||||
|
||||
# execute above commands
|
||||
->run();
|
||||
|
@ -20,3 +20,10 @@ modules:
|
||||
dump: 'tests/_data/db_laraland.sql'
|
||||
populate: true
|
||||
populator: 'mysql -u$user -p$password -h$host $dbname < $dump'
|
||||
|
||||
env:
|
||||
staging:
|
||||
modules:
|
||||
config:
|
||||
PhpBrowser:
|
||||
url: http://laraland.waf.or.id
|
||||
|
Loading…
Reference in New Issue
Block a user