0

Open shift にデプロイする Web アプリケーションを既に作成しています。ターミナルで次のコマンドを実行して、アプリケーションの git リポジトリのクローンを既に作成しています。

 [root@mac1 Desktop]# git clone ssh://519dcdc44382ec1c9200002d@ntd-
 diagnostics.rhcloud.com/~/git/ntd.git/
 Initialized empty Git repository in /home/Ravi/Desktop/ntd/.git/
 The authenticity of host 'ntd-diagnostics.rhcloud.com (54.235.28.28)' can't be 
 established.
 RSA key fingerprint is cf:ee:77:cb:0e:fc:02:d7:72:7e:ae:80:c0:90:88:a7.
 Are you sure you want to continue connecting (yes/no)? yes
 Warning: Permanently added 'ntd-diagnostics.rhcloud.com,54.235.28.28' (RSA) to the list   
 of known hosts.
 remote: Counting objects: 41, done.
 remote: Compressing objects: 100% (34/34), done.
 remote: Total 41 (delta 1), reused 0 (delta 0)
 Receiving objects: 100% (41/41), 38.37 KiB, done.
 Resolving deltas: 100% (1/1), done.

今、私は次のステップを知りません。このコマンドの後に作成されたクローン化されたローカルディレクトリにプロジェクトをデプロイする必要があると推測しているため、どうすればよいかわかりません

4

1 に答える 1