forked from kovagoadi.hu/static.kovagoadi.hu
Compare commits
1 Commits
850d1be725
...
renovate/n
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c138a7485 |
15
.gitea/workflows/hello.yamlx
Normal file
15
.gitea/workflows/hello.yamlx
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
name: Hello world
|
||||||
|
|
||||||
|
on:
|
||||||
|
- push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
say-hello:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Print hello
|
||||||
|
run: echo "Hello, world! from Gitea Actions"
|
||||||
|
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nginx:1.26.1-alpine3.19-slim
|
image: nginx:1.27.0-alpine3.19-slim
|
||||||
ports:
|
ports:
|
||||||
- "81"
|
- "80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./html:/usr/share/nginx/html:ro
|
- ./html:/usr/share/nginx/html:ro
|
||||||
|
|||||||
@@ -5,9 +5,7 @@
|
|||||||
<title>Helló világ!</title>
|
<title>Helló világ!</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Sziasztok, emberek! 👋</h1>
|
<h1>Hello, World! 👋</h1>
|
||||||
<h2>Másik szöveg</h2>
|
|
||||||
<h3>Harmadik szöveg</h3>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user