File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838 env :
3939 HEROKU_API_KEY : ${{ secrets.HEROKU_API_KEY }}
4040 with :
41- args : container:push -a laravel-react-admin --recursive
41+ args : container:push -a laravel-react-admin web
4242
4343 - name : Release
4444 uses : actions/heroku@master
4545 env :
4646 HEROKU_API_KEY : ${{ secrets.HEROKU_API_KEY }}
4747 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.
88 <a href="https://github.com/palonponjovertlota/laravel-react-admin/actions" title="Actions">
99 <img src="https://github.com/palonponjovertlota/laravel-react-admin/workflows/Actions/badge.svg" alt="Build Status">
1010 </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>
1117</p >
1218
1319## Screenshots
You can’t perform that action at this time.
0 commit comments