Answer the question
In order to leave comments, you need to log in
How to use Capistrano 3 without a remote repository?
I want to deploy a Windows Node.JS application to a test server on a local network with CentOS using Capistrano 3. I don't understand what link I should put in this line if I'm NOT using GitHub, Bitbucket, etc. for the project. but I just use Git
# файл config/deploy/testserver.rb
set :repo_url, "[email protected]:me/my_repo.git"
01 git ls-remote HEAD
01 fatal: 'HEAD' does not appear to be a git repository
# файл config/deploy/testserver.rb
set :repo_url, "."
01 git ls-remote . HEAD
01 fatal: '.' does not appear to be a git repository
# файл config/deploy/testserver.rb
set :repo_url, "file:///D:/myproject"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question