Browse Source

Agregado al execute.sh la key de bitbucket

gabriel 7 năm trước cách đây
mục cha
commit
39edff83c6
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      tools/execute.sh

+ 3 - 0
tools/execute.sh

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