bedrock: Can't seem to deploy with capistrano3... but all responses are successful.
$ cap production deploy
INFO [e9cd1232] Running /usr/bin/env mkdir -p /tmp/my_app/ on my_app.com
INFO [e9cd1232] Finished in 0.484 seconds with exit status 0 (successful).
INFO Uploading /tmp/my_app/git-ssh.sh 100.0%
INFO [e91dcfcd] Running /usr/bin/env chmod +x /tmp/my_app/git-ssh.sh on my_app.com
INFO [e91dcfcd] Finished in 0.063 seconds with exit status 0 (successful).
This all looks good, but it doesn’t create the directories or anything.
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 18 (7 by maintainers)
Well then you may need to update your command map to point to the absolute path of
composer, or usedefault_envto update yourpathlike (wherever composer is):Either way, this isn’t a Bedrock issue as we don’t include any server configuration yet. I suggest checking into Capistrano docs/help and/or SSHKit. Or you can post in the Roots discourse forum.
Does running
composerwork if you just SSH into your server? If it doesn’t, thats something you need to solve first. If it does, could be similar to these solutions:http://discourse.roots.io/t/capistrano-composer-step-failure/1046 http://discourse.roots.io/t/deploying-wordpress-with-capistrano-screencast/863/26?u=swalkinshaw