Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
chore: move script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Apr 18, 2017
1 parent 8a3613a commit 7c26387
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions scripts/setup-app.sh → .ci/setup-heroku.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -x
#!/usr/bin/env bash
set -eu
set -o pipefail

heroku apps:destroy --app play-authenticate --confirm play-authenticate
heroku apps:create play-authenticate
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ env:
- secure: "ADkRhMtW2uzNT8gPxKuBYE5tc1WCSrtWKvEy2wpOehR8KbpN5PYnYk7rWE3H4YnRwSXn38VuTVL2Lyc4HWNB3VWqSLeIegzQQ0ie5Yt5DtG6lbgYXWtgUsUsH1E5H/ozKhthfDASCONHv0zqZC6sJci6EAT+HiX80ilQ0h386jA="
after_success:
- '[[ $TRAVIS_BRANCH == "master" ]] && { cd $TRAVIS_BUILD_DIR/code && sbt --info ++$TRAVIS_SCALA_VERSION -Dtravis=1 publish; };'
- '[[ $TRAVIS_BRANCH == "master" ]] && { $TRAVIS_BUILD_DIR/scripts/setup-app.sh && cd $TRAVIS_BUILD_DIR/samples/java/play-authenticate-usage && sbt --info ++$TRAVIS_SCALA_VERSION stage deployHeroku; };'
- '[[ $TRAVIS_BRANCH == "master" ]] && { $TRAVIS_BUILD_DIR/.ci/setup-heroku.sh && cd $TRAVIS_BUILD_DIR/samples/java/play-authenticate-usage && sbt --info ++$TRAVIS_SCALA_VERSION stage deployHeroku; };'
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2016 Joscha Feth
Copyright 2017 Joscha Feth

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 7c26387

Please sign in to comment.