GitDeployHub

ashfurrow/twelease

github.com/ashfurrow/twelease ↗
Node.js API
9 environment variables found in .env.example

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

  • WEBHOOK_ENDPOINT
  • PORT
  • TWEET_MUSTACHE_TEMPLATE
  • WEBHOOK_SECRET_TOKEN secret
  • TWEET_MUSTACHE_TEMPLATE
  • TWITTER_CONSUMER_KEY secret
  • TWITTER_CONSUMER_SECRET secret
  • TWITTER_ACCESS_TOKEN secret
  • TWITTER_ACCESS_SECRET secret
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/ashfurrow/twelease
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ashfurrow/twelease
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ashfurrow/twelease
Or deploy to a different host
← Try another repo