1
0
Fork 0
mirror of https://github.com/sbrl/PolyFeed.git synced 2024-06-16 08:14:55 +00:00

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

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";
###############################################################################