Added deployment to CircleCI
This commit is contained in:
parent
a67915b611
commit
1e86ffe0ae
1 changed files with 6 additions and 0 deletions
|
@ -15,3 +15,9 @@ dependencies:
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- ./runtests
|
- ./runtests
|
||||||
|
|
||||||
|
deployment:
|
||||||
|
production:
|
||||||
|
branch: master
|
||||||
|
commands:
|
||||||
|
- ./scripts/ci-deploy.sh
|
||||||
|
|
Reference in a new issue