Skip to content

Commit 02986c8

Browse files
committed
Change composer install into php composer.phar install in .github/workflows
1 parent 15d3cc6 commit 02986c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454
cd domains
5555
cd lcommerce.net
5656
git pull
57-
composer install
57+
php composer.phar install
5858
php artisan migrate --force

0 commit comments

Comments
 (0)