我有一个用中间人建立的静态网站。这些文件位于' build'目录。我在我的git仓库中有完整的目录结构,但我只想部署' build'文件夹到服务器。
我将set :repo_tree, 'build'
添加到我的deploy.rb但是我收到了错误
git stdout: Nothing written
git stderr: fatal: path not found: build
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
我做错了什么?
(我使用的是capistrano版本3.4.0)