Skip to content

Commit 13bee88

Browse files
committed
change app name
1 parent 28177fb commit 13bee88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/heroku-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: akhileshns/[email protected] # This action deploys the content on Heroku
1212
with:
1313
heroku_api_key: ${{secrets.HEROKU_API_KEY}} #The Heroku api key we stored on our repo secret
14-
heroku_app_name: "YOUR_HEROKU_APP" #The name of your heroku app - Must be unique in Heroku
14+
heroku_app_name: "djangosnippets" #The name of your heroku app - Must be unique in Heroku
1515
heroku_email: "[email protected]" #Your heroku yuser name
1616

1717

0 commit comments

Comments
 (0)