Skip to content

Commit

Permalink
Revert "cbrunnkvist#34 run doctrine and mongo migrations once"
Browse files Browse the repository at this point in the history
This reverts commit ce37a1a.
  • Loading branch information
piotrkochan committed Oct 13, 2021
1 parent ce37a1a commit 9c0b93b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/steps/doctrine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
- name: Run Doctrine migrations
shell: chdir={{ansistrano_release_path.stdout}}
SYMFONY_ENV={{symfony_env}} APP_ENV={{symfony_env}} {{symfony_php_path}} {{symfony_console_path}} doctrine:migrations:migrate --no-interaction {{symfony_doctrine_options}}
run_once: true
1 change: 0 additions & 1 deletion config/steps/mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
- name: Update MongoDB schema
shell: chdir={{ansistrano_release_path.stdout}}
SYMFONY_ENV={{symfony_env}} APP_ENV={{symfony_env}} {{symfony_php_path}} {{symfony_console_path}} doctrine:mongodb:schema:update {{symfony_mongodb_options}}
run_once: true

0 comments on commit 9c0b93b

Please sign in to comment.