Deis 部署不适用于 codeship

Deis deployment doesn't work with codeship

我在 Deis 上部署了一个 RoR 应用程序,我正在尝试设置 Codeship 以自动部署在 Deis 上。

以下是我目前采取的步骤:

向deis注册codeship账号:

deis register deis.example.com
username: codeship
password:
password confirmation:

将 Codeship 部署密钥添加到 deis:

deis keys:add <codeship_key_path>

代码运送部署中

git remote add deis <repo_url>
git push deis next:master

发生的事情是 deis 上的 repo 已更新,但应用程序未部署。

我尝试了相同的步骤,但前提是您创建的新用户已添加到 DEIS 项目中,它们起作用了

deis perms:create codeship

已推送更改并将更改部署到 DEIS 如果这不起作用,请确保在以本地用户身份登录时通过 git 部署到 DEIS 是有效的。