Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/292.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
将PHP应用程序部署到Flynn中_Php_Composer Php_Craftcms_Flynn - Fatal编程技术网

将PHP应用程序部署到Flynn中

将PHP应用程序部署到Flynn中,php,composer-php,craftcms,flynn,Php,Composer Php,Craftcms,Flynn,我正试图在Flynn running through上安装Craft CMS 当我尝试通过Flynn CLI推送它时,它会抛出一个错误: PS D:\cms> git push flynn 3.5 Logon failed, use ctrl+c to cancel basic credential prompt. Enumerating objects: 293867, done. Counting objects: 100% (293867/293867), done. Delta c

我正试图在Flynn running through上安装Craft CMS

当我尝试通过Flynn CLI推送它时,它会抛出一个错误:

PS D:\cms> git push flynn 3.5
Logon failed, use ctrl+c to cancel basic credential prompt.
Enumerating objects: 293867, done.
Counting objects: 100% (293867/293867), done.
Delta compression using up to 8 threads
Compressing objects: 100% (61947/61947), done.
Writing objects: 100% (293867/293867), 162.26 MiB | 3.23 MiB/s, done.
Total 293867 (delta 224740), reused 293867 (delta 224740), pack-reused 0
remote: The push must include a change to the master branch to be deployed.
To https://git.demo.localflynn.com/cms.git
 ! [remote rejected]       3.5 -> 3.5 (pre-receive hook declined)
error: failed to push some refs to 'https://git.demo.localflynn.com/cms.git'
如何将Craft CMS部署为Flynn上的应用程序?

错误是:

remote: The push must include a change to the master branch to be deployed.
因此,要解决此问题,请将您的分支推送到远程中的主分支:

git push flynn 3.5:master

也许您还可以提供帮助:有没有办法在单个虚拟机实例上部署Flynn?