From ede211eff60feef70fda7b286643bd4568d61fe3 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sat, 30 Dec 2023 16:04:51 +0300 Subject: [PATCH] change subdoamin --- .cpanel.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.cpanel.yml b/.cpanel.yml index 41c0f1b..bfd982e 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,15 +1,15 @@ --- deployment: tasks: - - /bin/cp index.php ~/public_html - - /bin/cp -R apk ~/public_html - - /bin/cp -R assets ~/public_html - - /bin/cp -R file ~/public_html - - /bin/cp -R fonts ~/public_html - - /bin/cp -R kurulum ~/public_html - - /bin/cp -R odeme ~/public_html - - /bin/cp robots.txt ~/public_html - - /bin/cp privacy.html ~/public_html - - /bin/cp ssa-sertifika.pem ~/public_html - - /bin/cp tos.html ~/public_html - - /bin/cp wiki.html ~/public_html \ No newline at end of file + - /bin/cp index.php ~/vpn.asandikci.com + - /bin/cp -R apk ~/vpn.asandikci.com + - /bin/cp -R assets ~/vpn.asandikci.com + - /bin/cp -R file ~/vpn.asandikci.com + - /bin/cp -R fonts ~/vpn.asandikci.com + - /bin/cp -R kurulum ~/vpn.asandikci.com + - /bin/cp -R odeme ~/vpn.asandikci.com + - /bin/cp robots.txt ~/vpn.asandikci.com + - /bin/cp privacy.html ~/vpn.asandikci.com + - /bin/cp ssa-sertifika.pem ~/vpn.asandikci.com + - /bin/cp tos.html ~/vpn.asandikci.com + - /bin/cp wiki.html ~/vpn.asandikci.com \ No newline at end of file