Skip to content

Commit

Permalink
Change composer install into php composer.phar install in `.githu…
Browse files Browse the repository at this point in the history
…b/workflows`
  • Loading branch information
thecodeholic committed Dec 17, 2023
1 parent 15d3cc6 commit 02986c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
cd domains
cd lcommerce.net
git pull
composer install
php composer.phar install
php artisan migrate --force

0 comments on commit 02986c8

Please sign in to comment.