Add solution to install demo-flask
Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
5
cloud/training/cipher.sh
Executable file
5
cloud/training/cipher.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
f=user-data-install-demo-flask.sh
|
||||
echo "Ciphering $f"
|
||||
cat $f | gpg -e -r arnaud@mailops.fr -r arnaud.choupinette@mailops.fr -r arnaud.morin@gmail.com > $f.gpg
|
||||
Reference in New Issue
Block a user