Test deployment with self-hosted runner and test page
Deploy TrassenPlaner / deploy (push) Waiting to run Details

This commit is contained in:
Johannes Baumeister 2026-04-15 20:15:49 +02:00
parent f2c58c881a
commit 9b645d6162
2 changed files with 14 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout Repository
uses: actions/checkout@v3

13
deployment_test.html Normal file
View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Deployment Test</title>
</head>
<body>
<h1>App wird geladen...</h1>
<p>Dieser Test bestätigt, dass der automatische Dateitransfer vom Gitea-Server zum Zielserver funktioniert.</p>
<hr>
<small>Generiert am: 15.04.2026</small>
</body>
</html>