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