basic zola site #1
6 changed files with 20 additions and 56 deletions
|
|
@ -1,21 +1,21 @@
|
||||||
when:
|
# when:
|
||||||
- event: push
|
# - event: push
|
||||||
branch: main
|
# branch: main
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: deploy
|
# - name: deploy
|
||||||
image: appleboy/drone-scp
|
# image: appleboy/drone-scp
|
||||||
settings:
|
# settings:
|
||||||
host:
|
# host:
|
||||||
from_secret: server_host
|
# from_secret: server_host
|
||||||
username:
|
# username:
|
||||||
from_secret: server_user
|
# from_secret: server_user
|
||||||
port:
|
# port:
|
||||||
from_secret: server_port
|
# from_secret: server_port
|
||||||
key:
|
# key:
|
||||||
from_secret: ssh_key
|
# from_secret: ssh_key
|
||||||
source:
|
# source:
|
||||||
- "*.html"
|
# - "*.html"
|
||||||
- css/*
|
# - css/*
|
||||||
- img/*
|
# - img/*
|
||||||
target: ~/oldrabbittown/src
|
# target: ~/oldrabbittown/src
|
||||||
16
50x.html
16
50x.html
|
|
@ -1,16 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Old Rabbit Town</title>
|
|
||||||
<link rel="stylesheet" href="css/pico.classless.jade.min.css">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<h1>Das hätte nicht passieren sollen</h1>
|
|
||||||
<p>Scheinbar ist der Server kaputt, vielleicht ist es aber auch genug Internet für heute...</p>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
4
css/pico.classless.jade.min.css
vendored
4
css/pico.classless.jade.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
img/cat.jpeg
BIN
img/cat.jpeg
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB |
16
index.html
16
index.html
|
|
@ -1,16 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Old Rabbit Town</title>
|
|
||||||
<link rel="stylesheet" href="css/pico.classless.jade.min.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>Willkommen im O.R.T</h1>
|
|
||||||
<p>Hier ist noch kein Inhalt</p>
|
|
||||||
<img src="img/cat.jpeg" alt="cat">
|
|
||||||
<p>Aber eine Katze</p>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Loading…
Add table
Reference in a new issue