From b6aa7a57b7901543c1adee5580f3eae2b89c30a0 Mon Sep 17 00:00:00 2001 From: asandikci Date: Thu, 11 May 2023 15:47:22 +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 00085b8..b86ea59 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,7 +1,7 @@ --- deployment: tasks: - - export DEPLOYPATH= ~/public_html/ + - export DEPLOYPATH="~/public_html/" - /bin/cp index.html $DEPLOYPATH - /bin/cp links.php $DEPLOYPATH - /bin/cp about.html $DEPLOYPATH