Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

mmetesreau/nancyfx-travisci-heroku

Repository files navigation

Project configuration to use Travis and Heroku for build, tests and deploy NancyFx app.

Assumming you have Travis and Heroku accounts.

Create an empty app in Heroku. Add your app informations in the following files:

.travis.yml

[...]
deploy:
  provider: heroku
  buildpack: https://github.com/friism/heroku-buildpack-mono.git
  api_key: "[api-key]"
  app: [app-name]

HelloWorld/app.config

<appSettings>
    	<add key="host" value="[app-url]" />
</appSettings>

Create a repository on github and add it in Travis.

About

Project configuration to use Travis and Heroku for build, tests and deploy NancyFx app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages