使用git部署到digitalocean上的dokku

时间:2015-03-09 20:33:11

标签: node.js git dokku

我'试图用git在digitalocean上推送我的第一个应用程序。在服务器上安装了dokku的实例。

我尝试this Tutorial但是当我尝试git push dokku master时,它说:

fatal: 'testapp' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

1 个答案:

答案 0 :(得分:0)

使用此命令:

$ cat /c/users/[username]/.ssh/id_rsa.pub | ssh root@[serverIP] "sudo sshcomm and acl-add dokku [aRandomWord]"
相关问题