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

Duda deploy heroku "git push heroku <mybranchname>:main" #480

Open
maggiemunoz opened this issue Dec 8, 2020 · 2 comments
Open

Duda deploy heroku "git push heroku <mybranchname>:main" #480

maggiemunoz opened this issue Dec 8, 2020 · 2 comments

Comments

@maggiemunoz
Copy link

Hola! estoy intentando hacer el deploy y me tira el siguiente error:

-----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz
remote: More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
remote:
remote: ! Push failed
remote: !
remote: ! ## Warning - The same version of this code has already been built: c72e0b4feb3654c935e7a22188ebf8b6984efaa7
remote: !
remote: ! We have detected that you have triggered a build from source code with version c72e0b4feb3654c935e7a22188ebf8b6984efaa7
remote: ! at least twice. One common cause of this behavior is attempting to deploy code from a different branch.

Me sale que se puede solucionar corriendo git push heroku :main pero no tengo idea que poner en :( me podrian ayudar?

@maggiemunoz
Copy link
Author

acabo de cachar que no se escribio bien, me sale que tengo que usar git push heroku "mybranchname":main y no se que poner en mybranchname

@arpincheira
Copy link
Contributor

arpincheira commented Dec 9, 2020

Hola, para poder obtener el nombre de la branch en la que te encuentras trabajando actualmente puedes utilizar el comando git checkout al interior de tu repositorio

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

2 participants