From 27ab27d0fc60e2556362f7b8bb66213627d4b1f5 Mon Sep 17 00:00:00 2001 From: elsoftpy Date: Thu, 22 Apr 2021 17:43:08 -0400 Subject: [PATCH] Add cpanel yaml --- .cpanel.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .cpanel.yml diff --git a/.cpanel.yml b/.cpanel.yml new file mode 100644 index 0000000..456904c --- /dev/null +++ b/.cpanel.yml @@ -0,0 +1,4 @@ +deployment: + tasks: + - export DEPLOYPATH=/home/mabelriart/public_html/ + - /bin/cp -R * $DEPLOYPATH \ No newline at end of file