From 2b55acb49ce0bc33bb32dc22fa721442bf8fe2b5 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Tue, 27 Dec 2022 14:32:50 +0100 Subject: feat: Add ssh configuration --- build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.yml b/build.yml index 325871b..f2e54c9 100644 --- a/build.yml +++ b/build.yml @@ -17,6 +17,7 @@ sources: secrets: - 008c4f67-b864-47f8-9790-cd32f2ae8516 - df9d57f4-43bb-4084-a748-dbf02848bdd0 + - d8a9e8ed-cdb0-4e0e-9238-361acbe8611f tasks: - setup: | cd apkbuilds @@ -26,5 +27,4 @@ tasks: ./pkgkit build -cu "${packages[@]}" - deploy: | cd apkbuilds - echo "StrictHostKeyChecking=no" >> ~/.ssh/config ./pkgkit upload "$remote" "$remote_path" "${packages[@]}" -- cgit v1.2.3