Skip to content

Commit

Permalink
Feature/ci cd (#59)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Jovert Lota Palonpon authored Oct 1, 2019
1 parent 58f1351 commit c2a167e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
with:
args: container:push -a laravel-react-admin --recursive
args: container:push -a laravel-react-admin web

- name: Release
uses: actions/heroku@master
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
with:
args: container:release -a laravel-react-admin --recursive
args: container:release -a laravel-react-admin web
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ in the frontend & [Laravel](https://laravel.com) in the backend.
<a href="https://github.com/palonponjovertlota/laravel-react-admin/actions" title="Actions">
<img src="https://github.com/palonponjovertlota/laravel-react-admin/workflows/Actions/badge.svg" alt="Build Status">
</a>
<a href="https://github.com/palonponjovertlota/laravel-react-admin/releases" title="Releases">
<img src="https://img.shields.io/github/v/release/palonponjovertlota/laravel-react-admin?label=Release" alt="Latest Version">
</a>
<a href="https://github.com/palonponjovertlota/laravel-react-admin/blob/master/LICENSE" title="License">
<img src="https://img.shields.io/github/license/palonponjovertlota/laravel-react-admin?label=License" alt="License">
</a>
</p>

## Screenshots
Expand Down

0 comments on commit c2a167e

Please sign in to comment.