File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
38
38
env :
39
39
HEROKU_API_KEY : ${{ secrets.HEROKU_API_KEY }}
40
40
with :
41
- args : container:push -a laravel-react-admin --recursive
41
+ args : container:push -a laravel-react-admin web
42
42
43
43
- name : Release
44
44
uses : actions/heroku@master
45
45
env :
46
46
HEROKU_API_KEY : ${{ secrets.HEROKU_API_KEY }}
47
47
with :
48
- args : container:release -a laravel-react-admin --recursive
48
+ args : container:release -a laravel-react-admin web
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ in the frontend & [Laravel](https://laravel.com) in the backend.
8
8
<a href="https://github.com/palonponjovertlota/laravel-react-admin/actions" title="Actions">
9
9
<img src="https://github.com/palonponjovertlota/laravel-react-admin/workflows/Actions/badge.svg" alt="Build Status">
10
10
</a>
11
+ <a href="https://github.com/palonponjovertlota/laravel-react-admin/releases" title="Releases">
12
+ <img src="https://img.shields.io/github/v/release/palonponjovertlota/laravel-react-admin?label=Release" alt="Latest Version">
13
+ </a>
14
+ <a href="https://github.com/palonponjovertlota/laravel-react-admin/blob/master/LICENSE" title="License">
15
+ <img src="https://img.shields.io/github/license/palonponjovertlota/laravel-react-admin?label=License" alt="License">
16
+ </a>
11
17
</p >
12
18
13
19
## Screenshots
You can’t perform that action at this time.
0 commit comments