Skip to content

Commit 0c78583

Browse files
committed
Merge branch 'main' into demo
2 parents 3e96bf4 + 1d0f181 commit 0c78583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-demo.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

.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)