Skip to content

heroku

heroku #687

Workflow file for this run

name: heroku
on:
push:
branches: [ master ]
schedule:
- cron: '0 0 * * *'
jobs:
daybreak-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: akhileshns/[email protected]
with:
heroku_api_key: ${{secrets.HEROKU_API_TOKEN}}
heroku_app_name: ${{secrets.HEROKU_APP_NAME}}
heroku_email: ${{secrets.HEROKU_EMAIL}}
- run: heroku run php /app/artisan migrate:fresh --force --seed