Skip to content

Commit 44df235

Browse files
committed
deploy.yml removed remote server composer dependency
1 parent 6f66d06 commit 44df235

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
script: |
6464
cd ${{ secrets.DEMO_PROJECT_ROOT }}
6565
chmod +x vendor/bin/phinx
66-
composer migrate:prod
66+
vendor/bin/phinx migrate -c config/env/env.phinx.php --ansi -vvv
6767
6868
- name: ♥️ Sync files with care-point
6969
uses: SamKirkland/FTP-Deploy-Action@4.3.3
@@ -90,4 +90,4 @@ jobs:
9090
script: |
9191
cd ${{ secrets.CARE_POINT_PROJECT_ROOT }}
9292
chmod +x vendor/bin/phinx
93-
composer migrate:prod
93+
vendor/bin/phinx migrate -c config/env/env.phinx.php --ansi -vvv

0 commit comments

Comments
 (0)