fumeapp / fume-cli

fume command line interface
https://fume.app
Apache License 2.0
7 stars 3 forks source link

Bitbucket Deployment Error #42

Closed vtr-rivia closed 1 year ago

vtr-rivia commented 2 years ago

I've tried to deploy using Bitbucket Pipelines but when I run the fume deploy stating command it shows me an error


::fume:cli:: v0.2.6 [STARTED] Verify authentication [STARTED] Initialize environment [TITLE] Initialized for production environment [SUCCESS] Initialized for production environment [STARTED] Test Credentials [TITLE] Authenticated as vtr.rbx@gmail.com from FUME_TOKEN [TITLE] Authenticated as vtr.rbx@gmail.com [SUCCESS] Authenticated as vtr.rbx@gmail.com from FUME_TOKEN [SUCCESS] Authenticated as vtr.rbx@gmail.com [STARTED] Verify fume configuration [SUCCESS] Verify fume configuration [STARTED] Initialize deployment [FAILED] Error: This project has no commits, please add one before deploying

Anyone knows how can I avoid this?

tcampbPPU commented 2 years ago

What does your Bitbucket pipeline file look like? Fume has listed support for GitHub actions and GitLab so maybe there are some configuration tweaks to be made?