From bb2e8eb9f99c65286af8d329e72795ebc33038b9 Mon Sep 17 00:00:00 2001 From: asandikci Date: Thu, 11 May 2023 15:49:53 +0300 Subject: [PATCH] fix: variable error --- .cpanel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cpanel.yml b/.cpanel.yml index b86ea59..3febb7d 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,7 +1,7 @@ --- deployment: tasks: - - export DEPLOYPATH="~/public_html/" + - export DEPLOYPATH=/home/$USER/public_html/ - /bin/cp index.html $DEPLOYPATH - /bin/cp links.php $DEPLOYPATH - /bin/cp about.html $DEPLOYPATH