diff --git a/.travis.yml b/.travis.yml index 7de1986..95f8ce1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,8 @@ services: script: - make build-all + +deploy: + script: make publish + on: + branch: master diff --git a/Makefile b/Makefile index fa8a33e..3f61ab2 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,9 @@ zpush_download_version := $(shell ./version.sh zpush) KOPANO_CORE_REPOSITORY_URL := file:/kopano/repo/core KOPANO_WEBAPP_REPOSITORY_URL := file:/kopano/repo/webapp +KOPANO_WEBAPP_FILES_REPOSITORY_URL := file:/kopano/repo/files +KOPANO_WEBAPP_MDM_REPOSITORY_URL := file:/kopano/repo/mdm +KOPANO_WEBAPP_SMIME_REPOSITORY_URL := file:/kopano/repo/smime KOPANO_ZPUSH_REPOSITORY_URL := http://repo.z-hub.io/z-push:/final/Debian_9.0/ RELEASE_KEY_DOWNLOAD := 0 DOWNLOAD_COMMUNITY_PACKAGES := 1