There was an error while loading. Please reload this page.
1 parent 6f66d06 commit 44df235Copy full SHA for 44df235
1 file changed
.github/workflows/deploy.yml
@@ -63,7 +63,7 @@ jobs:
63
script: |
64
cd ${{ secrets.DEMO_PROJECT_ROOT }}
65
chmod +x vendor/bin/phinx
66
- composer migrate:prod
+ vendor/bin/phinx migrate -c config/env/env.phinx.php --ansi -vvv
67
68
- name: ♥️ Sync files with care-point
69
uses: SamKirkland/FTP-Deploy-Action@4.3.3
@@ -90,4 +90,4 @@ jobs:
90
91
cd ${{ secrets.CARE_POINT_PROJECT_ROOT }}
92
93
0 commit comments