From a0b1fcd0069deb6472a273e9d5b135fb44b4e21e Mon Sep 17 00:00:00 2001 From: Marek Kubica Date: Fri, 12 Jun 2026 16:41:02 +0200 Subject: [PATCH] Use the host that is behind CloudFront Signed-off-by: Marek Kubica --- rclone.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclone.conf b/rclone.conf index f7a65f6..e31673b 100644 --- a/rclone.conf +++ b/rclone.conf @@ -1,5 +1,5 @@ [dune-binary-distribution] type = sftp -host = get.dune.build +host = 128.232.124.216 user = github-actions key_file = /home/runner/.ssh/tarides