Queer European MD passionate about IT
Browse Source

Deleted scripts

michelezoncheddu 5 years ago
parent
commit
49ea56b680
2 changed files with 0 additions and 26 deletions
  1. 0 7
      add_projects_submodules.sh
  2. 0 19
      dynamic/pull_image_editor.sh

+ 0 - 7
add_projects_submodules.sh

@@ -1,7 +0,0 @@
-# Run this if your are not on the server
-# ssh michele@davte.it;
-
-cd /home/michele/personal_website;
-git submodule add ssh://git@gogs.davte.it:8445/michelezoncheddu/image-editor.git image-editor;
-git submodule init;
-git submodule update;

+ 0 - 19
dynamic/pull_image_editor.sh

@@ -1,19 +0,0 @@
-#!/bin/bash
-
-key="/home/michele/aruba_repo";
-
-# Get current directory
-this_script_directory=$(cd `dirname $0` && pwd);
-parent_directory=$(
-  dirname $(
-    dirname "$this_script_directory"
-  )
-)
-log_file="$parent_directory/michele/pull/log.txt";
-
-cd /home/michele/michele/image-editor;
-eval `ssh-agent -s`;
-ssh-add "$key";
-echo "Pulled at $(date '+%d/%m/%Y %H:%M:%S') with result:" >> "$log_file";
-git pull &>> "$log_file";
-eval `ssh-agent -k`;