Skip to content

Commit 58f1351

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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
41+
args: container:push -a laravel-react-admin --recursive
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
48+
args: container:release -a laravel-react-admin --recursive

0 commit comments

Comments
 (0)