From ae02eeb78e74802d1911f69f22690a4ddaada3a2 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 11 Mar 2019 17:27:56 -0400 Subject: [PATCH] Add automated deploy to builds.sr.ht package --- .builds/alpine.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index e267600..66b7c3f 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -39,7 +39,6 @@ tasks: cd sr.ht-apkbuilds echo "StrictHostKeyChecking=no" >> ~/.ssh/config ./pkgkit upload "$remote" "$remote_path" "$project" -# TODO: Migrate this box to alpine -# - deploy: | -# ssh $master doas apk upgrade -U -# ssh $master doas service $project restart + - deploy: | + ssh $master doas apk upgrade -U + ssh $master doas service $project restart -- 2.38.5