1: sign up and setup heroku. Create Heroku app etc.
** EVERYTHING PAST HERE ASSUMES CD IN REPOSITORY **
2: Set build packs: heroku buildpacks:set https://github.com/kylef/heroku-buildpack-swift.git
3: Start Heroku: heroku ps:scale web=1
4: Procfile: web: <#NameOfPackage#> --port=$PORT
GOTCHAS
- I'm using port 8080 in Vapor, not sure if it matters
- Procfile setup
- Started heroku
- Single "/" doesn't seem to work
Had to move the module map on sqlite 3 to the one installed by homebrew locally
Had to move sqlitedriver and the sqlite3 module map