MSakamaki / scully-homepage

1 stars 0 forks source link

The blog is released, but the scully build doesn't work. #107

Open mihirogi opened 3 years ago

mihirogi commented 3 years ago

Idea: Execute a GitHub Action when you create an article in GraphCMS.

link: https://docs.github.com/ja/actions/managing-workflow-runs/manually-running-a-workflow https://github.com/marketplace/actions/workflow-webhook-action

mihirogi commented 3 years ago

Unable to set the body parameter in graphcms webhook.

mihirogi commented 3 years ago

You need a proxy server to run GitHub Actions from outside.

mihirogi commented 3 years ago

memo

main.tsの app.setGlobalPrefix('api');この部分で、/apiで待ち受けていて、 app.module.tsに登録されているコントローラーがエンドポイントになっているよ

調べる 複数のfunctionを作れるか

パターン1

  1. webhookというweb-projecgtを作る
  2. その中にプロキシーを置く

/webhookでアクセスできるように、新しいプロジェクトを作る(main.tsは/webhookになっているはず)

パターン2

  1. apps/api/src/app/ nest-cliで新しいコントローラーをきる
  2. app.module.tsに登録する