Selaa lähdekoodia

added script for automatic pulling

Dimitri Korsch 6 vuotta sitten
vanhempi
commit
3a69de51ff
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      auto_pull.sh

+ 5 - 0
auto_pull.sh

@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+cd /users/webuser/www/demo_page
+git pull
+