dokku-clone
dokku-clone copied to clipboard
a dokku plugin for building an app from a cloned git repo
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...
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...
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...
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...