Skip to content

Commit d5d5b2c

Browse files
arshi-mustafa786gpenepwizla
authored
Update heroku.md (#1075)
* Update heroku.md I faced this error while following the commands. * copy edit * Update formatting (merge with prev. line) * Update formatting (merge 2 lines) Co-authored-by: Gabriel <[email protected]> Co-authored-by: Pierre Wizla <[email protected]>
1 parent 11a413d commit d5d5b2c

File tree

1 file changed

+4
-0
lines changed
  • docs/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides

1 file changed

+4
-0
lines changed

docs/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/heroku.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@ git push heroku HEAD:main
415415
heroku open
416416
```
417417

418+
::: tip
419+
If you see the following issue while running the `git push` command: `'heroku' does not appear to be a git repository`, run the following command: `heroku git:remote -a your-app-name`.
420+
:::
421+
418422
## File Uploads
419423

420424
Like with project updates on Heroku, the file system doesn't support local uploading of files as they will be wiped when Heroku "cycles" the dyno. This type of file system is called [ephemeral](https://devcenter.heroku.com/articles/dynos#ephemeral-filesystem), which means the file system only lasts until the dyno is restarted (with Heroku this happens any time you redeploy or during their regular restart which can happen every few hours or every day).

0 commit comments

Comments
 (0)