Skip to content

Commit

Permalink
Merge pull request codesy#87 from groovecoder/travis-deploy-production
Browse files Browse the repository at this point in the history
enable travis to deploy to production
  • Loading branch information
groovecoder committed Jan 2, 2015
2 parents fe80c38 + 96bdc46 commit 923f2c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ script: tox

deploy:
provider: heroku
app: codesy-stage
app:
master: codesy-stage
production: codesy
api_key:
secure: b6WURzF4yg8pDwfxPnVmSY9KabxfqJeqTlfbVahLGUU8U/g5U616tQVM68dptrskRk+UKzqPCi5AwWwxOBAuKwtGXvOLTVnJbnEQhAH3HUoWtmhQN1gq0OiVobEDFJBaJo+TWlUAakWRfnQNwffjy9WwLfac8cFaSCwTrH+6qPc=

Expand Down

0 comments on commit 923f2c3

Please sign in to comment.