Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ubuntu 使用GitHub webhook的Laravel连续部署_Ubuntu_Github_Npm - Fatal编程技术网

Ubuntu 使用GitHub webhook的Laravel连续部署

Ubuntu 使用GitHub webhook的Laravel连续部署,ubuntu,github,npm,Ubuntu,Github,Npm,我在运行nginx的Ubuntu服务器上有一个Laravel应用程序 我想为静态站点设置一个像Netlify那样的CD系统,这样在每个git push上,服务器应该自动pull并运行build脚本,这将非常酷

我在运行nginx的Ubuntu服务器上有一个Laravel应用程序

我想为静态站点设置一个像Netlify那样的CD系统,这样在每个
git push
上,服务器应该自动
pull
并运行
build
脚本,这将非常酷