0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

StrapiをHerokuで動かす

Posted at

構築手順は公式通り

注意点

Heroku上ではproduction modeで動作し、Content Type Builderからの追加が無効化されているため、スキーマ追加ができない

  • セキュリティ上の理由
  • スキーマ定義はローカルのファイルシステムに保存されるが、Herokuの再起動でファイルが削除されるため

ローカルで開発モードで起動し、

yarn develop

Content Type Builderの追加で生成されたファイルをherokuにpushする

git push heroku main
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?