From 27310280d275ce8a2867f0851bf2a946f49b0c99 Mon Sep 17 00:00:00 2001 From: velz Date: Fri, 29 Mar 2024 18:16:45 +0530 Subject: [PATCH] CHANGE_YML_PATH4 --- .cpanel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cpanel.yml b/.cpanel.yml index c641d08a..6ca1f1b2 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,5 +1,5 @@ --- deployment: tasks: - - export DEPLOYPATH=home3/venbaehn/public_html/nhance/devauto/ - - /bin/cp -R home3/venbaehn/repositories/nhance_dev/* $DEPLOYPATH \ No newline at end of file + - export DEPLOYPATH=home/venbaehn/public_html/nhance/devauto + - /bin/cp -R * $DEPLOYPATH \ No newline at end of file