Compare commits

..

4 Commits

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
8ad6d796bf Add .drone.yml 2024-08-24 10:35:51 +00:00

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!"