dokku-clone icon indicating copy to clipboard operation
dokku-clone copied to clipboard

a dokku plugin for building an app from a cloned git repo

Results 4 dokku-clone issues
Sort by recently updated
recently updated
newest added

Some git repositories don't use tags (for example all of heroku's [getting started apps](https://github.com/heroku/?q=getting-started&type=&language=)), i.e. in order to do reproducible clones you would like to be able to point to...

enhancement

We can avoid the following: ```yaml ps_rebuild "$APP" ``` This is useful for doing Ansible deployments where you want to control exactly at which point the app is deployed and...

enhancement

I just noticed that cloning tags doesn't work for me (weird... I thought I tested it before, perhaps a recent change?): It seems to fail because there is a check...

question

If you are running SSH on a different port then 22 this command would fail. I have added the optional argument to pass the port it will fallback to 22...