pull/8/head
realaravinth 2022-10-27 22:03:16 +05:30
rodzic de93ced4c4
commit e5fa9af2b1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: AD9F0F08E855ED88
1 zmienionych plików z 17 dodań i 0 usunięć

17
.woodpecker.yml 100644
Wyświetl plik

@ -0,0 +1,17 @@
pipeline:
build:
image: python
when:
event: [push, pull_request, tag, deployment]
commands:
- cd website/ && make env
- cd website/ && make
publish:
image: python
when:
event: push
branch: main
commands:
- cd website/ && make ci-deploy
secrets: [repo_write_deploy_key]