.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
brew install flyctl && fly launch --from https://github.com/ankitclassicvision/podcast-operating-system
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ankitclassicvision/podcast-operating-system
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ankitclassicvision/podcast-operating-system