Added staging configuration
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user