delightful-dentist-6470
01/10/2023, 6:41 PMbot-poise feature of shuttle is implemented by Anafabula and merged in only yesterday here: https://github.com/shuttle-hq/shuttle/pull/560)
I can put HTTPS git link for shuttle:
shuttle-service = { git = "https://github.com/shuttle-hq/shuttle.git", features = ["bot-poise"] }
but the shuttle repo itself refers to a submodule examples by SSH link,
and this makes deployment fail because it cannot clone the submodule.
Is there any way I can make cloning over ssh work or bypass it?
(Is it possible to use shuttle that is not 0.8 in deployment at all?)
Thanks a lot!kind-area-3810
01/10/2023, 7:00 PMkind-area-3810
01/10/2023, 7:01 PMcargo run --bin cargo-shuttle --manifest-path=<path to shuttle repo> -- run, with an override in the shuttle repo to use the local version of shuttle-service).kind-area-3810
01/10/2023, 7:01 PMdelightful-dentist-6470
01/11/2023, 6:06 PMawait 😄delightful-dentist-6470
01/11/2023, 6:06 PM