GitDeployHub

unclejobs-ai/blog-posting-auto

github.com/unclejobs-ai/blog-posting-auto ↗
Unknown stack
7 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • NOTION_PARENT_PAGE_ID 발행 타겟: Notion DB. 두 ID 모두 Notion 페이지 URL 끝 32자 hex. Parent page = DB가 들어 있는 부모 Notion 페이지 DB = 글이 실제로 쌓이는 데이터베이스 (inline 또는 standalone) 찾는…
  • NOTION_DATABASE_ID
  • NOTION_DB_TITLE_FIELD 제목 필드명. Notion DB의 title 속성명을 그대로. 한글이면 한글 그대로.
  • NOTION_DB_STATUS_FIELD 선택: DB에 추가 속성 있으면 채우기. 빈 값이면 publisher가 해당 매핑 스킵.
  • NOTION_DB_STATUS_DRAFT_VALUE
  • NOTION_DB_CATEGORY_FIELD
  • NOTION_DB_TAGS_FIELD
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/unclejobs-ai/blog-posting-auto
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/unclejobs-ai/blog-posting-auto
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/unclejobs-ai/blog-posting-auto
Or deploy to a different host
← Try another repo