forked from kovagoadi.hu/static.kovagoadi.hu
Compare commits
1 Commits
testuser-p
...
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"
|
||||
services:
|
||||
web:
|
||||
image: nginx:1.26.1-alpine3.19-slim
|
||||
image: nginx:1.27.0-alpine3.19-slim
|
||||
ports:
|
||||
- "81"
|
||||
- "80"
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
<title>Helló világ!</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Sziasztok, emberek! 👋</h1>
|
||||
<h2>Másik szöveg</h2>
|
||||
<h3>Harmadik szöveg</h3>
|
||||
<h1>Hello, World! 👋</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user