Skip to content

Commit

Permalink
WIP: auto-deploy to Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Oct 24, 2022
1 parent 25f459a commit 11e5e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.1
version: 2

dependencies:
pre:
Expand Down Expand Up @@ -212,6 +212,7 @@ jobs:
name: Migrate DB
command: heroku run --app=${HEROKU_APP_NAME} php artisan migrate --force
workflows:
version: 2
deploy:
jobs:
- build
Expand Down

0 comments on commit 11e5e48

Please sign in to comment.