Skip to content

Commit

Permalink
Merge branch 'main' into demo
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodeholic committed Dec 17, 2023
2 parents 3e96bf4 + 1d0f181 commit 0c78583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demo.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
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 0c78583

Please sign in to comment.