Compare commits

...

5 Commits
bugfix ... main

Author SHA1 Message Date
Patryk
41a172bd4e Merge branch 'main' of http://34.44.245.0:3000/first_admin/example-web-page 2024-08-24 19:30:24 +02:00
Patryk
f47e98407e Merge branch 'feature2' 2024-08-24 19:29:06 +02:00
6ec8d971b4 Merge pull request 'Update index.html' (#1) from feature2 into main
Reviewed-on: #1
2024-08-24 17:23:10 +00:00
9e4ec00c9e Update index.html 2024-08-24 15:26:00 +00:00
8ad6d796bf Add .drone.yml 2024-08-24 10:35:51 +00:00
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>