build/bugfix: correct ssh port in deploy task

This commit is contained in:
Starbeamrainbowlabs 2019-08-07 19:04:59 +01:00
parent cdf8ee65be
commit 03a5c83155
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -18,7 +18,7 @@ lantern_path="./lantern-build-engine";
# Deployment settings
deploy_ssh_user="ci";
deploy_ssh_host="apt.starbeamrainbowlabs.com";
deploy_ssh_port="22";
deploy_ssh_port="2403";
deploy_root_dir="CIAptPackages";
###############################################################################