File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,4 @@ after_success:
30
30
fi
31
31
- if [ "$TRAVIS_PULL_REQUEST" = "true" ]; then
32
32
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;
42
33
fi
You can’t perform that action at this time.
0 commit comments