From 33eba2e9598fcdf4dfd7b523a9e55aa0b2f031f0 Mon Sep 17 00:00:00 2001 From: Paulo Basto Date: Wed, 29 Dec 2021 22:57:32 +0000 Subject: [PATCH] add yaml file --- cpanel.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cpanel.yaml diff --git a/cpanel.yaml b/cpanel.yaml new file mode 100644 index 000000000..3c3d561a1 --- /dev/null +++ b/cpanel.yaml @@ -0,0 +1,4 @@ +deployment: + tasks: + - export DEPLOYPATH=/home/s000769/public_html/ + - /bin/cp -R * $DEPLOYPATH \ No newline at end of file