Laravel Forge 快速部署抛出 500 错误
Laravel Forge Quick Deploy throwing 500 error
我已经在 Laravel Forge 上设置了所有配置,并创建了连接到 Bitbucket Git 存储库的新站点。
当我点击 "Enable Quick Deploy" 按钮时会抛出一个错误,而 "Deploy Now" 效果很好。
https://forge.laravel.com/servers/{myserver}/sites/{mysite}/deploy 500 (Internal Server Error)
我发现这个 link 和我有类似的问题:https://laracasts.com/forum/?p=1676-laravel-forge-deploy-and-quick-deploy-not-working/0
只有一件事不同,我的恰好是 'Quick Deploy'。
你知道发生这种情况的原因吗?
我直接从 Taylor(Laravel Forge) 那里得到了这个回复。
Taylor said:
This means there is a permission error on your source control provider such as GitHub and we are unable to add a service hook.
You can try refreshing your access token in your Forge account panel on that “Authentication” tab. Then I would verify on GitHub / Bitbucket that 3rd party integrations are not disabled - this is an unfortunate default on GitHub
我按照他的指示,在Forge账户面板中刷新了访问令牌,并允许Forge访问Bitbucket Integrations,然后就成功了! (我正在使用 Bitbucket。)
这意味着 forge 没有权限允许我在存储库更改时扩展 Bitbucket 的功能。
Forge -> 服务器 -> 站点 -> 元数据 -> 复制部署密钥 -> 粘贴到 Github/organisation/site/settings/deploy 个密钥
我已经在 Laravel Forge 上设置了所有配置,并创建了连接到 Bitbucket Git 存储库的新站点。
当我点击 "Enable Quick Deploy" 按钮时会抛出一个错误,而 "Deploy Now" 效果很好。
https://forge.laravel.com/servers/{myserver}/sites/{mysite}/deploy 500 (Internal Server Error)
我发现这个 link 和我有类似的问题:https://laracasts.com/forum/?p=1676-laravel-forge-deploy-and-quick-deploy-not-working/0
只有一件事不同,我的恰好是 'Quick Deploy'。
你知道发生这种情况的原因吗?
我直接从 Taylor(Laravel Forge) 那里得到了这个回复。
Taylor said:
This means there is a permission error on your source control provider such as GitHub and we are unable to add a service hook.
You can try refreshing your access token in your Forge account panel on that “Authentication” tab. Then I would verify on GitHub / Bitbucket that 3rd party integrations are not disabled - this is an unfortunate default on GitHub
我按照他的指示,在Forge账户面板中刷新了访问令牌,并允许Forge访问Bitbucket Integrations,然后就成功了! (我正在使用 Bitbucket。)
这意味着 forge 没有权限允许我在存储库更改时扩展 Bitbucket 的功能。
Forge -> 服务器 -> 站点 -> 元数据 -> 复制部署密钥 -> 粘贴到 Github/organisation/site/settings/deploy 个密钥