From 5ce2a4e4efc66a9b8e48380aa0056f724fb909b0 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sat, 15 Jul 2023 17:12:29 +0300 Subject: [PATCH] fix: update deploy file --- .cpanel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cpanel.yml b/.cpanel.yml index 7d76871..08d28e0 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,7 +1,7 @@ --- deployment: tasks: - - /bin/cp index.html ~/public_html + - /bin/cp index.php ~/public_html - /bin/cp -R assets ~/public_html - /bin/cp -R link ~/public_html - /bin/cp -R dev ~/public_html