ソースを参照

Agregado al execute.sh la key de bitbucket

gabriel 7 年 前
コミット
39edff83c6
1 ファイル変更3 行追加0 行削除
  1. 3 0
      tools/execute.sh

+ 3 - 0
tools/execute.sh

@@ -2,6 +2,9 @@
 
 
 COMMAND="php cmd.php"
 COMMAND="php cmd.php"
 
 
+eval $(ssh-agent)
+ssh-add /opt/keys/bitbucket.id_rsa
+
 if [ "$#" -ne 0 ];
 if [ "$#" -ne 0 ];
 then
 then
   for word in "$@" 
   for word in "$@"