Aravinth Manivannan
030221f258
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
19 lines
349 B
YAML
19 lines
349 B
YAML
pipeline:
|
|
build:
|
|
image: python:3.11.0-bullseye
|
|
when:
|
|
event: [push, pull_request, tag, deployment]
|
|
commands:
|
|
- make env
|
|
- make
|
|
|
|
publish:
|
|
image: python:3.11.0-bullseye
|
|
when:
|
|
event: push
|
|
branch: main
|
|
commands:
|
|
- pwd
|
|
- pwd
|
|
- make ci-deploy
|
|
secrets: [repo_write_deploy_key]
|