Heroku:如何放置不在 git repo 中的文件

发布于 2024-12-12 02:36:01 字数 108 浏览 0 评论 0 原文

找不到答案。

是否可以将一些不在 git repo 中的文件放入 heroku 应用程序文件中? (假设我不希望这个文件由 git 管理,但我的应用程序需要它)。

谢谢!

Couldn't find the answer.

Is it possible to put some file in the heroku app files that is not in git repo? (Let's suppose I don't want this file to be managed by git, but my app needs it).

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青芜 2024-12-19 02:36:01

不,将文件推送到heroku服务器的唯一方法是通过git。

如果它是像音乐或视频文件(或任何类型的文件)这样的大文件,您可以将其托管在 Amazon S3 上,并且您可能需要查看诸如 https://addons.mozilla.org/en-US/firefox/addon/amazon-s3-organizers3fox/ 可帮助您在创建帐户后上传文件。

No, the only way to push files to the heroku server is through git.

If it's something heavy like a music or video file (or any kind of file really), you can host it on Amazon S3 instead, and you might want to look at tools like https://addons.mozilla.org/en-US/firefox/addon/amazon-s3-organizers3fox/ to help you upload files once your account is created.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文