feat: auto deploy from git
This commit is contained in:
parent
4dc41e68ab
commit
53fd96d384
2 changed files with 20 additions and 0 deletions
5
.cpanel.yml
Normal file
5
.cpanel.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
deployment:
|
||||||
|
tasks:
|
||||||
|
- /bin/cp index.html $GITEADEPLOYPATH
|
||||||
|
|
15
index.html
Normal file
15
index.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title>Website Under Construction</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Aliberk Sandıkçı</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>
|
Loading…
Reference in a new issue