mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Alpha release (#3585)
* Reduce release filesize * tweaks for github actions * Release asset * Tweaks for alpha release * Fixes for release * Fixes for alpha release
This commit is contained in:
parent
cfafd65be0
commit
d5ab9c32c6
15
.github/workflows/release.yml
vendored
15
.github/workflows/release.yml
vendored
@ -1,11 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [released]
|
types: [released]
|
||||||
|
|
||||||
#on:
|
|
||||||
# push:
|
|
||||||
# branches:
|
|
||||||
# - v2
|
|
||||||
|
|
||||||
name: Upload Release Asset
|
name: Upload Release Asset
|
||||||
|
|
||||||
@ -34,12 +29,18 @@ jobs:
|
|||||||
php artisan key:generate
|
php artisan key:generate
|
||||||
php artisan optimize
|
php artisan optimize
|
||||||
php artisan storage:link
|
php artisan storage:link
|
||||||
|
sudo php artisan cache:clear
|
||||||
|
|
||||||
- name: Prepare JS/CSS assets
|
- name: Prepare JS/CSS assets
|
||||||
run: |
|
run: |
|
||||||
npm i
|
npm i
|
||||||
npm run production
|
npm run production
|
||||||
|
|
||||||
|
- name: Cleanup Builds
|
||||||
|
run: |
|
||||||
|
sudo rm -rf nodule_modules/
|
||||||
|
sudo rm -rf bootstrap/cache/*
|
||||||
|
|
||||||
- name: Build project # This would actually build your project, using zip for an example artifact
|
- name: Build project # This would actually build your project, using zip for an example artifact
|
||||||
run: |
|
run: |
|
||||||
zip -r ./invoiceninja.zip ./
|
zip -r ./invoiceninja.zip ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user