Skip to content

Commit c2a167e

Browse files
author
Jovert Lota Palonpon
authored
Feature/ci cd (jovertical#59)
* Pre-deploy workflow defined * Replaced phpunit/phpunit with brianium/paratest * wip * wip * wip * wip * Revamed docker setup * Removed test branch filters * wip * wip * wip * wip * Added readme badges * Removed test branch filters
1 parent 58f1351 commit c2a167e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff 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

readme.md

+6
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)