Skip to content

Commit

Permalink
Specify app for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed Nov 7, 2016
1 parent 22f53ea commit 7329aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then

if [[ "$MAIN_BRANCHES" =~ "$TRAVIS_BRANCH" ]]; then
echo "Pushing container to a Heroku CE"
heroku container:push web
heroku container:push web --app tokenizer-api

echo "Trying push existing image (for dev purposes)"
docker push "registry.heroku.com/${PROJECT_NAME}/web"
Expand Down

0 comments on commit 7329aef

Please sign in to comment.