Skip to content

Commit 15d3cc6

Browse files
committed
Add deploy-demo.yml in .github/workflows
1 parent 4ae01a0 commit 15d3cc6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/deploy.yml renamed to .github/workflows/deploy-demo.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [demo]
66
jobs:
77
deploy:
88
runs-on: ubuntu-latest
@@ -51,10 +51,8 @@ jobs:
5151
key: ${{ secrets.SSH_KEY }}
5252
script_stop: true
5353
script: |
54-
cd apps
55-
cd laravel-example
54+
cd domains
55+
cd lcommerce.net
5656
git pull
57-
npm ci
58-
npm run prod
59-
composer i
57+
composer install
6058
php artisan migrate --force

0 commit comments

Comments
 (0)