Remove mention of deployed instance

This commit is contained in:
Gabriel Augendre 2020-11-11 11:16:01 +01:00
parent 9da5487477
commit 895b3cb2d6
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4
2 changed files with 0 additions and 10 deletions

View file

@ -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"

View file

@ -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