b661aacdee
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
14 lines
275 B
YAML
14 lines
275 B
YAML
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
|