This commit is contained in:
parent
8727400e4c
commit
8ee3615d3a
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@ -0,0 +1,15 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build and push image
|
||||
image: python:3.10
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- python manage.py check
|
||||
- echo "✅ Build successful"
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
Loading…
x
Reference in New Issue
Block a user