From 8c671f03e716cf2763c8289de111e7aa6299f398 Mon Sep 17 00:00:00 2001 From: asandikci Date: Thu, 11 May 2023 12:23:15 +0300 Subject: [PATCH] test: change path --- .cpanel.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cpanel.yml b/.cpanel.yml index 26841ef..833f0b0 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,5 +1,6 @@ --- deployment: tasks: - - /bin/cp index.html ~/public_html + - export DEPLOYPATH= ~/public_html/ + - /bin/cp index.html $DEPLOYPATH