Test deployment with self-hosted runner and test page
Deploy TrassenPlaner / deploy (push) Waiting to run
Details
Deploy TrassenPlaner / deploy (push) Waiting to run
Details
This commit is contained in:
parent
f2c58c881a
commit
9b645d6162
|
|
@ -9,7 +9,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue