Skip to content

Instantly share code, notes, and snippets.

@n0an
Created April 21, 2017 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n0an/ea6858e82f76f28ee31e7d245337a599 to your computer and use it in GitHub Desktop.
Save n0an/ea6858e82f76f28ee31e7d245337a599 to your computer and use it in GitHub Desktop.
How to deploy swift server app to heroku
First create a new file called Procfile in the root of your project and add the following to it.
web: myFirstKituraProject
$ heroku create --buildpack https://github.com/kylef/heroku-buildpack-swift.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment