我已在hooks
创建了收件后文件,并添加了
#!/bin/sh
git --work-tree=/var/www/laravel --git-dir=/var/repo/site.git checkout -f
添加了从我的电脑sudo chmod +x post-receive
添加的权限git remote add production ssh://root@myipaddress/var/repo/site.git
,将其推送git push production master
。文件被推送,但服务器上没有任何反应。 git push production master
告诉我们永远是最新的。未创建文件夹var / www / laravel。为什么我不能部署?