Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 752 Bytes

File metadata and controls

26 lines (21 loc) · 752 Bytes

flowdock-trello

Add .env:

TRELLO_ORGANIZATION=(org id or name here),(board id here)
TRELLO_KEY=(trello key here)
TRELLO_TOKEN=(trello token here)
TRELLO_ACTIONS=addMemberToCard,commentCard,createCard,removeMemberFromCard,updateCardList,updateCardDescription,updateCardName,updateCardClosed,updateCheckItemStateOnCard
FLOWDOCK_TOKEN=(flowdock token here)
FLOWDOCK_EMAIL=(email here)

foreman start

heroku

heroku git:remote -a server-name-here
heroku config:set TRELLO_ORGANIZATION=(org id or name here),(board id here) TRELLO_KEY=(trello key here) TRELLO_TOKEN=(trello token here) FLOWDOCK_TOKEN=(flowdock token here) FLOWDOCK_EMAIL=(email here)
git push heroku master
heroku ps:scale worker=1
heroku restart