Compare commits

..

3 Commits

Author SHA1 Message Date
80563e067a
Merge branch 'main' of https://git.alekswilc.dev/alekswilc/wilczynski.me
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-27 17:12:55 +01:00
ab1000c845
change from web to wilczynski-me 2025-03-27 17:12:53 +01:00
56e35f9a8b
build(): drone CI 2025-03-27 17:10:47 +01:00

18
.drone.yml Normal file
View File

@ -0,0 +1,18 @@
---
kind: pipeline
type: docker
name: build
steps:
- name: build
image: plugins/docker
settings:
insecure: true
repo: 10.5.0.103:1222/wilczynski-me
registry: 10.5.0.103:1222
tags:
- latest
trigger:
branch:
- main