feat: Add ci
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
moanos [he/him] 2024-07-18 20:00:58 +02:00
parent 2b34943a48
commit fc102e866c
8 changed files with 22 additions and 3 deletions

0
.gitignore vendored Normal file
View File

19
.woodpecker.yml Normal file
View File

@ -0,0 +1,19 @@
---
steps:
deploy:
image: appleboy/drone-scp
settings:
strip_components: 1
host:
from_secret: host
username:
from_secret: ssh_user
target:
from_secret: path
source: src/
key:
from_secret: ssh_key

View File

@ -24,7 +24,7 @@
width: 23px;
height: 24px;
border: 0;
background: url('/assets/img/logo_transparent.png');
background: url('/src/assetssets/img/logo_transparent.png');
background-size: 100% 100%;
cursor: pointer;
}
@ -33,7 +33,7 @@
width: 23px;
height: 24px;
border: 0;
background: url('/assets/img/logo_transparent.png');
background: url('/src/assetssets/img/logo_transparent.png');
background-size: 100% 100%;
cursor: pointer;
}

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 546 B

After

Width:  |  Height:  |  Size: 546 B

View File

@ -7,7 +7,7 @@
<script src="assets/calculator.js"></script>
</head>
<body>
<h1>Range Slider Picture</h1>
<h1>Käfigrechner</h1>
<div class="slidecontainer">
<input type="range" min="1" max="20" value="4" class="slider" id="numRats">