change subdoamin

This commit is contained in:
Aliberk Sandıkçı 2023-12-30 16:04:51 +03:00
parent a4c10a4fab
commit ede211eff6
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1

View file

@ -1,15 +1,15 @@
--- ---
deployment: deployment:
tasks: tasks:
- /bin/cp index.php ~/public_html - /bin/cp index.php ~/vpn.asandikci.com
- /bin/cp -R apk ~/public_html - /bin/cp -R apk ~/vpn.asandikci.com
- /bin/cp -R assets ~/public_html - /bin/cp -R assets ~/vpn.asandikci.com
- /bin/cp -R file ~/public_html - /bin/cp -R file ~/vpn.asandikci.com
- /bin/cp -R fonts ~/public_html - /bin/cp -R fonts ~/vpn.asandikci.com
- /bin/cp -R kurulum ~/public_html - /bin/cp -R kurulum ~/vpn.asandikci.com
- /bin/cp -R odeme ~/public_html - /bin/cp -R odeme ~/vpn.asandikci.com
- /bin/cp robots.txt ~/public_html - /bin/cp robots.txt ~/vpn.asandikci.com
- /bin/cp privacy.html ~/public_html - /bin/cp privacy.html ~/vpn.asandikci.com
- /bin/cp ssa-sertifika.pem ~/public_html - /bin/cp ssa-sertifika.pem ~/vpn.asandikci.com
- /bin/cp tos.html ~/public_html - /bin/cp tos.html ~/vpn.asandikci.com
- /bin/cp wiki.html ~/public_html - /bin/cp wiki.html ~/vpn.asandikci.com