From 91bc640df16d7c470d5bd9fe22c9369acda839b3 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Thu, 5 Mar 2020 03:57:07 +0100 Subject: [PATCH] added a new config file for the status page --- commands_git.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 commands_git.conf diff --git a/commands_git.conf b/commands_git.conf new file mode 100644 index 0000000..93a3e58 --- /dev/null +++ b/commands_git.conf @@ -0,0 +1,2 @@ +pushd /var/www/git/web-deployment; git pull; popd +pushd /var/www/git/web-deployment; ./deployment-script.sh; popd