feat: auto deploy from git

This commit is contained in:
Aliberk Sandıkçı 2023-05-11 12:01:17 +03:00
parent 4dc41e68ab
commit 53fd96d384
2 changed files with 20 additions and 0 deletions

5
.cpanel.yml Normal file
View File

@ -0,0 +1,5 @@
---
deployment:
tasks:
- /bin/cp index.html $GITEADEPLOYPATH

15
index.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Website Under Construction</title>
</head>
<body>
<h1>Aliberk Sandıı</h1>
<h2>Website Under Construction</h2>
<img src="https://thecatapi.com/api/images/get?format=src&type=gif">
<p>message: git success</p>
<p>no: 01</p>
</body>
</html>