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