crisward / dokku-clone

a dokku plugin for building an app from a cloned git repo
48 stars 9 forks source link

ps_rebuild function doesn't work since dokku version 0.22.0 #24

Closed selmison closed 3 years ago

selmison commented 3 years ago

When dokku version is greater than 0.22.0 and is executed dokku clone <repository_name> <branch> the following error occur:

/var/lib/dokku/plugins/available/clone/functions: line 42: ps_rebuild: command not found

Because the funcition ps_build was removed for version 0.22.0

crisward commented 3 years ago

Thanks for letting me know.

I probably need to update this and my dokku installations.

crisward commented 3 years ago

Looks like this plugin is replaced by the git:sync command in v 23

Perhaps just upgrade to that?