solana-labs / example-tictactoe

Tic-Tac-Toe built on Solana

Home Page:https://solana-example-tictactoe.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable automatic Heroku deploys

jstarry opened this issue · comments

Deploys are currently manual but should be triggered off of the master branch

I believe that deploys are manual because the Heroku buildpacks on the TicTacToe Heroku app are not configured to build the Rust program. We can leverage additional heroku buildpacks as we already do in the Message Feed example app