Skip to content

Commit

Permalink
Update .azure_pipelines.yml
Browse files Browse the repository at this point in the history
Add new migrate and seed commands
  • Loading branch information
bochoven committed Jun 10, 2020
1 parent 6a92a98 commit 5e7ef89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/.azure_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ stages:

- script: chmod -R 777 ./app/db/

- script: php ./database/migrate.php
- script: php ./please migrate

- script: php ./database/faker.php --records=500
- script: php ./please db:seed --records=500

- script: php ./database/faker.php --locale=nl_NL --records=500
- script: php ./please db:seed --locale=nl_NL --records=500

- script: php ./database/faker.php --locale=es_ES --records=500
- script: php ./please db:seed --locale=es_ES --records=500

- script: php ./database/faker.php --locale=de_DE --records=500
- script: php ./please db:seed --locale=de_DE --records=500

- script: echo "RewriteEngine on" >> .htaccess

Expand Down

0 comments on commit 5e7ef89

Please sign in to comment.