From 895b3cb2d69a38a7e472fddf4fdf1ce0586f0293 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 11 Nov 2020 11:16:01 +0100 Subject: [PATCH] Remove mention of deployed instance --- .build.yml | 8 -------- README.md | 2 -- 2 files changed, 10 deletions(-) delete mode 100644 .build.yml diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 754d4b4..0000000 --- a/.build.yml +++ /dev/null @@ -1,8 +0,0 @@ -image: debian/buster -sources: [] # No need to clone the repo -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" diff --git a/README.md b/README.md index 1a0b6f9..0bd83bb 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Generate a valid mobileconfig profile to setup your email account on all your Ap Everything happens in your browser. -An instance is available at https://mcg.augendre.info but you can run it locally very easily. - An example with Python installed on your machine: * clone the repository