Skip to content

Commit 68a3cca

Browse files
committed
Add app name to migrate command in circle
1 parent c97f77d commit 68a3cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ workflows:
88
- build
99
- heroku/deploy-via-git:
1010
post-steps:
11-
- run: heroku run python manage.py migrate
11+
- run: heroku run python manage.py migrate --app $HEROKU_APP_NAME
1212
requires:
1313
- build
1414
filters:

0 commit comments

Comments
 (0)