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