From 9ec59406bcee8887c462736c07f869573867c564 Mon Sep 17 00:00:00 2001 From: howlingsails Date: Mon, 3 Oct 2022 20:56:18 -0700 Subject: [PATCH] Add .cpanel.yml --- .cpanel.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cpanel.yml diff --git a/.cpanel.yml b/.cpanel.yml new file mode 100644 index 00000000..2b8d622c --- /dev/null +++ b/.cpanel.yml @@ -0,0 +1,5 @@ +--- +deployment: + tasks: + - export DEPLOYPATH=/home/howlcrvy/worlds.howlingsails.com/ + - /bin/cp -R * $DEPLOYPATH \ No newline at end of file