Skip to content

Commit daf188e

Browse files
committed
clear git (i hate git bro)
1 parent e5f261e commit daf188e

6 files changed

Lines changed: 14 additions & 804 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
host: ${{ secrets.SSH_HOST }}
1616
username: ${{ secrets.SSH_USER }}
17-
password: ${{ secrets.SSH_PASSWORD }}
17+
key: ${{ secrets.SSH_PRIVATE_KEY }}
1818
port: ${{ secrets.SSH_PORT || 22 }}
1919
script: |
2020
cd ${{ secrets.HOME_PATH }}

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
node_modules/
2-

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>ZeroHost</title>
8+
</head>
9+
<body>
10+
<div id="root"></div>
11+
<script type="module" src="/src/main.tsx"></script>
12+
</body>
13+
</html>

index.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)