Added staging configuration

This commit is contained in:
Gregorio Chiko Putra
2018-08-06 09:44:48 +07:00
parent 8213ae1ec6
commit 72e5b83101
2 changed files with 8 additions and 1 deletions

View File

@@ -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();