I'm trying to deploy my application to a 1&1 shared hosting with Capifony.
I'm using the deploy_via: 'copy'
strategy.
My deployment fails at the deploy:update_code
task.
capifony output:
--> Updating code base with copy strategy
* getting (via checkout) revision to /tmp/20140120140204
executing locally: cp -R . /tmp/20140120140204
command finished in 242ms
* Compressing /tmp/20140120140204 to /tmp/20140120140204.tar.gz
executing locally: tar czf 20140120140204.tar.gz 20140120140204
command finished in 1428ms
servers: ["MyApp"]
** sftp upload /tmp/20140120140204.tar.gz -> /tmp/20140120140204.tar.gz
[MyApp] /tmp/20140120140204.tar.gz
[MyApp] done
* sftp upload complete
* executing "cd /kunden/homepages/16/XXX/htdocs/MyApp/releases && tar xzf /tmp/20140120140204.tar.gz && rm /tmp/20140120140204.tar.gz"
servers: ["MyApp"]
[MyApp] executing command
** [out :: MyApp] tar (child): /tmp/20140120140204.tar.gz: Cannot open: No such file or directory
** [out :: MyApp] tar (child): Error is not recoverable: exiting now
** [out :: MyApp] tar:
** [out :: MyApp] Child returned status 2
** [out :: MyApp]
** [out :: MyApp] tar:
** [out :: MyApp] Error is not recoverable: exiting now
** [out :: MyApp]
command finished in 148ms
*** [deploy:update_code] rolling back
question:
How can i solve this?