From 334789683b72b130d073036066df15ae9e1b2044 Mon Sep 17 00:00:00 2001 From: howlingsails Date: Mon, 3 Oct 2022 20:01:31 -0700 Subject: [PATCH] Add .cpanel.yml --- modules/.cpanel.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/.cpanel.yml diff --git a/modules/.cpanel.yml b/modules/.cpanel.yml new file mode 100644 index 00000000..2b8d622c --- /dev/null +++ b/modules/.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