From 53fd96d3843080c4f5232b8144e57091054eb7b2 Mon Sep 17 00:00:00 2001 From: asandikci Date: Thu, 11 May 2023 12:01:17 +0300 Subject: [PATCH] feat: auto deploy from git --- .cpanel.yml | 5 +++++ index.html | 15 +++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .cpanel.yml create mode 100644 index.html diff --git a/.cpanel.yml b/.cpanel.yml new file mode 100644 index 0000000..152fe47 --- /dev/null +++ b/.cpanel.yml @@ -0,0 +1,5 @@ +--- +deployment: + tasks: + - /bin/cp index.html $GITEADEPLOYPATH + diff --git a/index.html b/index.html new file mode 100644 index 0000000..5e24012 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + Website Under Construction + + +

Aliberk Sandıkçı

+

Website Under Construction

+ + +

message: git success

+

no: 01

+ + \ No newline at end of file