Skip to content

Commit

Permalink
fix: change composer to full path
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomu-y committed Aug 11, 2023
1 parent 87a9715 commit e8155c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ jobs:
cd $APPLICATION_PATH
cp .env api/
cd api
composer install
~/local/composer/composer.phar install
php artisan migrate

0 comments on commit e8155c0

Please sign in to comment.