Created
July 31, 2012 06:44
-
-
Save arion/3214307 to your computer and use it in GitHub Desktop.
fatal cap log section
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bundle exec cap production deploy -s domain='xxx@xxx' -s branch='develop' -s rvm_bin_path='/home/cpc-system/.rvm/bin' -s deploy_to='/home/cpc-system/apps/tarif-edit' -s rvm_path='/home/cpc-system/.rvm' -s repository='ssh://git@red/omg-tarif-edit.git' -s deploy_via=copy -s git_shallow_clone=1 | |
* executing `production' | |
triggering start callbacks for `deploy' | |
* executing `multistage:ensure' | |
* executing `deploy' | |
* executing `deploy:update' | |
** transaction: start | |
* executing `deploy:update_code' | |
executing locally: "git ls-remote ssh://git@red/omg-tarif-edit.git develop" | |
command finished in 11884ms | |
* getting (via checkout) revision 41c67fb430e48d8abb1f4416b2b8029b9d4bf3b5 to /var/folders/r4/ll080h9x13vfw_4qz23mlt3w0000gn/T/20120505055222 | |
executing locally: git clone -q --depth 1 ssh://git@red/omg-tarif-edit.git /var/folders/r4/ll080h9x13vfw_4qz23mlt3w0000gn/T/20120505055222 && cd /var/folders/r4/ll080h9x13vfw_4qz23mlt3w0000gn/T/20120505055222 && git checkout -q -b deploy 41c67fb430e48d8abb1f4416b2b8029b9d4bf3b5 | |
fatal: reference is not a tree: 41c67fb430e48d8abb1f4416b2b8029b9d4bf3b5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment