Merge branch 'main' into some-feature

This commit is contained in:
second_admin 2024-08-24 18:33:02 +00:00
commit c8f0847cb0
2 changed files with 10 additions and 1 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello, World!"

View File

@ -5,6 +5,6 @@
<title>Web page</title>
</head>
<body>
<h1>Hello World</h1>
<h1>Hello World a</h1>
</body>
</html>