tmp-gitea/.woodpecker.yml
Aravinth Manivannan 030221f258
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: mv website/* . and fix publish pipeline
2022-10-27 23:55:37 +05:30

20 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]