build(): drone CI
All checks were successful
Build simrail.pro / build (push) Successful in 41s

This commit is contained in:
Aleksander Wilczyński 2025-03-27 16:49:36 +01:00
parent 1e4cafc07f
commit 08bfe767bb
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE

29
.drone.yml Normal file
View File

@ -0,0 +1,29 @@
---
kind: pipeline
type: docker
name: build
steps:
- name: build-backend
image: plugins/docker
settings:
insecure: true
repo: 10.5.0.103:1222/simrail-backend
registry: 10.5.0.103:1222
context: 'packages/backend'
tags:
- latest
- name: build-frontend
image: plugins/docker
settings:
insecure: true
repo: 10.5.0.103:1222/simrail-frontend
registry: 10.5.0.103:1222
context: 'packages/frontend'
tags:
- latest
trigger:
branch:
- main