feat: configure CI to deploy build

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

View File

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