GitDeployHub

ankitclassicvision/podcast-operating-system

github.com/ankitclassicvision/podcast-operating-system ↗
Python
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.

  • PODCAST_OS_CONFIG Copy to .env for local use. Never commit real values.
  • PODCAST_OS_DRY_RUN
  • NOTION_API_KEY secret Optional connector credentials. Leave blank unless using the connector.
  • AIRTABLE_API_KEY secret
  • GOOGLE_APPLICATION_CREDENTIALS secret
  • YOUTUBE_CLIENT_SECRET_FILE secret
  • SOCIAL_API_KEY secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/ankitclassicvision/podcast-operating-system
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ankitclassicvision/podcast-operating-system
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ankitclassicvision/podcast-operating-system
Or deploy to a different host
← Try another repo