Compare commits
4 Commits
8b890ba35f
...
main
Author | SHA1 | Date | |
---|---|---|---|
9b69908890 | |||
c9678a7244 | |||
2be86e238f | |||
a50214f468 |
@ -20,7 +20,7 @@ by the VM sandbox.
|
||||
|
||||
Assuming you have ignite and faas-cli installed:
|
||||
* replace `id_rsa.pub` with yours
|
||||
* run setup.sh
|
||||
* run build.sh
|
||||
|
||||
You will end up with:
|
||||
|
||||
|
3
build.sh
3
build.sh
@ -32,5 +32,8 @@ ssh root@$IP cat /var/lib/faasd/secrets/basic-auth-password | faas-cli login --p
|
||||
|
||||
# Setup test function
|
||||
faas-cli store deploy figlet
|
||||
pass iol-user | faas-cli secret create iol-user
|
||||
pass iol-pass | faas-cli secret create iol-pass
|
||||
pass iol-api-secret | faas-cli secret create iol-api-secret
|
||||
|
||||
echo 'Success!' | faas-cli invoke figlet
|
||||
|
Reference in New Issue
Block a user