Обновить .gitea/workflows/gitea-actions.yml
All checks were successful
Gitea Actions / Build and deploy (push) Successful in 6m57s
All checks were successful
Gitea Actions / Build and deploy (push) Successful in 6m57s
This commit is contained in:
parent
6ab6c63d12
commit
2c3dc0d4f1
|
@ -26,12 +26,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
node -v
|
node -v
|
||||||
npm i --progress=false
|
npm i --progress=false
|
||||||
- name: Install Composer
|
- name: Update composer dependencies
|
||||||
uses: "ramsey/composer-install@v3"
|
uses: "ramsey/composer-install@v3"
|
||||||
with:
|
with:
|
||||||
dependency-versions: "lowest"
|
dependency-versions: "locked"
|
||||||
- name: Update composer dependencies
|
|
||||||
run: composer install
|
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Deploy to Server
|
- name: Deploy to Server
|
||||||
|
|
Loading…
Reference in New Issue