Remove mention of deployed instance
This commit is contained in:
parent
9da5487477
commit
895b3cb2d6
2 changed files with 0 additions and 10 deletions
|
@ -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"
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue