Add autodeploy to circleci
This commit is contained in:
parent
5e726b4c99
commit
291467a618
1 changed files with 6 additions and 0 deletions
|
@ -14,3 +14,9 @@ test:
|
|||
override:
|
||||
- make build
|
||||
- make test
|
||||
|
||||
deployment:
|
||||
production:
|
||||
branch: v4
|
||||
commands:
|
||||
- make upload
|
||||
|
|
Reference in a new issue