.net core - How to use Codeship's project SSH key in step file -
in codeship pro documentation, recommendation doing continuous deployment digital ocean involves encrypting ssh private key, , storing in repository. this, need install jet on machine. unfortunately, jet not available on platform (win 10 64-bit).
in every codeship project, there's ssh key generated codeship, , controlled them. documentation doesn't describe how use ssh key in codeship pro setup. there way so? or available in codeship basic projects?
i'm trying .net core 1.1 project built, copied, , deployed, external system package dependencies. commands involved include big pile of apt-get work setup, dotnet restore, dotnet build, maybe dotnet publish, , scp step deploy itself.
Comments
Post a Comment