feat: configure CI to deploy build
ci/woodpecker/push/woodpecker Pipeline failed Details

pull/1/head
Aravinth Manivannan 2022-04-09 17:42:13 +05:30
parent 9a221e3a12
commit b41083cc63
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,5 @@ pipeline:
image: debian
commands:
- make env
- make build
- make
- make deploy