From 28cf0ef586e2d231bbc3287eb2987cbe0543ef6c Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 30 Jan 2023 09:26:26 +0100 Subject: [PATCH] fix: Explicitly define correct image type --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2599186..c2fdd3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: - pipenv install --system - make html - name: publish - image: appleboy/drone-scp + image: appleboy/drone-scp:linux-arm64 settings: host: - grace.lan