Added staging configuration
This commit is contained in:
parent
8213ae1ec6
commit
72e5b83101
@ -21,7 +21,7 @@ class RoboFile extends \Robo\Tasks
|
|||||||
->exec('composer install')
|
->exec('composer install')
|
||||||
|
|
||||||
# run test
|
# run test
|
||||||
->exec('vendor/bin/codecept run acceptance')
|
->exec('vendor/bin/codecept run acceptance --env staging')
|
||||||
|
|
||||||
# execute above commands
|
# execute above commands
|
||||||
->run();
|
->run();
|
||||||
|
@ -20,3 +20,10 @@ modules:
|
|||||||
dump: 'tests/_data/db_laraland.sql'
|
dump: 'tests/_data/db_laraland.sql'
|
||||||
populate: true
|
populate: true
|
||||||
populator: 'mysql -u$user -p$password -h$host $dbname < $dump'
|
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