Skip to content

Commit 927b344

Browse files
committed
Removing temprorary Docker deployments
1 parent fde6671 commit 927b344

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,4 @@ after_success:
3030
fi
3131
- if [ "$TRAVIS_PULL_REQUEST" = "true" ]; then
3232
echo "Not in master branch, skipping deploy and release";
33-
echo "Deploying to Heroku. Deploying on-branch for testing the deployment. Will remove this configuration.";
34-
docker login [email protected] --password=$heroku_token registry.heroku.com;
35-
docker build -t registry.heroku.com/scala-evaluator-sandbox/web .;
36-
docker push registry.heroku.com/scala-evaluator-sandbox/web;
37-
else
38-
echo "Deploying to Heroku. Deploying on-branch for testing the deployment. Will remove this configuration.";
39-
docker login [email protected] --password=$heroku_token registry.heroku.com;
40-
docker build -t registry.heroku.com/scala-evaluator-sandbox/web .;
41-
docker push registry.heroku.com/scala-evaluator-sandbox/web;
4233
fi

0 commit comments

Comments
 (0)