Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy:jar is not available in heroku cli by default. #3727

Open
berndhopp opened this issue Sep 26, 2024 · 0 comments
Open

deploy:jar is not available in heroku cli by default. #3727

berndhopp opened this issue Sep 26, 2024 · 0 comments

Comments

@berndhopp
Copy link

berndhopp commented Sep 26, 2024

on this page the command

heroku deploy:jar ...

gave me an error response saying that deploy:jar is not supported. I needed to run

heroku plugins:install java

first in order to be able to call deploy:jar.

It should also be noted that vaadin apps can be deployed to heroku with CI/CD-Pipelines, as long as the -Pproduction maven flag is set via the CLI, as below. This should be the first option for heroku deployment IMHO.

heroku config:set MAVEN_CUSTOM_OPTS="-Pproduction"
@berndhopp berndhopp changed the title deploy:jar is not a heroku command. deploy:jar is not available in heroku cli by default. Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant