Add CI/CD pipeline configuration for automated builds
continuous-integration/drone Build is passing

Configure a .drone.yml file to automate the building and pushing of Docker images for both the backend and frontend components.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: ceced2fc-aa46-458d-ba87-ddd4b7bb1518
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/659922a9-0087-461c-90dd-6d9a58b81d4d/ceced2fc-aa46-458d-ba87-ddd4b7bb1518/ahHWEFX
This commit is contained in:
paul-nothaft
2025-10-23 14:12:15 +00:00
parent 9ab9b41588
commit b661aacdee
+13
View File
@@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: default
steps:
- name: build taskflow
image: plugins/docker
settings:
repo: registry.local.nothaft.cloud/taskflow
tags: latest
dockerfile: Dockerfile
context: .
registry: registry.local.nothaft.cloud