From 1bcd9d3607767bcc4edefbe1fc39de0676a5afc1 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 9 Jul 2022 12:26:39 +0200 Subject: [PATCH] ci: deploy to new server --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 87197bd..aae837e 100644 --- a/.build.yml +++ b/.build.yml @@ -5,7 +5,7 @@ packages: sources: - https://git.sr.ht/~emersion/gamja secrets: -- 5874ac5a-905e-4596-a117-fed1401c60ce # deploy SSH key +- 77c7956b-003e-44f7-bb5c-2944b2047654 # deploy SSH key tasks: - setup: | cd gamja @@ -16,4 +16,4 @@ tasks: [ "$(git rev-parse HEAD)" = "$(git rev-parse origin/master)" ] || complete-build rsync --rsh="ssh -o StrictHostKeyChecking=no" -rP \ --delete --exclude=config.json \ - . deploy@kyouko.emersion.fr:/srv/http/gamja + . deploy@sheeta.emersion.fr:/srv/http/gamja