From 53fd1050da39b8af8363ef66faf0291fb83dafc4 Mon Sep 17 00:00:00 2001 From: asandikci Date: Thu, 11 May 2023 15:53:49 +0300 Subject: [PATCH] fix: ... --- .cpanel.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.cpanel.yml b/.cpanel.yml index 3febb7d..14c742b 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,10 +1,9 @@ --- deployment: tasks: - - export DEPLOYPATH=/home/$USER/public_html/ - - /bin/cp index.html $DEPLOYPATH - - /bin/cp links.php $DEPLOYPATH - - /bin/cp about.html $DEPLOYPATH - /bin/cp -R assets $DEPLOYPATH + - /bin/cp index.html ~/public_html + - /bin/cp links.php ~/public_html + - /bin/cp about.html ~/public_html + /bin/cp -R assets ~/public_html