From 754b62268ec4fc4ae0124c15aa004a6c69d9ce5b Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 23 Jun 2020 17:35:17 +0200 Subject: [PATCH] Add build manifest to deploy --- .builds.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .builds.yml diff --git a/.builds.yml b/.builds.yml new file mode 100644 index 0000000..366dbf8 --- /dev/null +++ b/.builds.yml @@ -0,0 +1,7 @@ +image: debian/buster +secrets: + - 5c948915-48c2-4542-8fc1-a5676f4d7126 # ssh key + - 29bc352f-0807-46e9-a4ef-2f869f94afa3 # ssh config +tasks: + - deploy: | + ssh blog -o StrictHostKeyChecking=no "git -C /srv/mobileconfig-generator/ pull"