diff --git a/build.sh b/build.sh index d8d5c3a..6ac1369 100755 --- a/build.sh +++ b/build.sh @@ -8,6 +8,7 @@ docker run --rm --privileged \ # secrets +export OPENFAAS_URL=http://pinky:8082 pass iol-pass | faas-cli secret create iol-pass pass iol-user | faas-cli secret create iol-user pass iol-api-secret | faas-cli secret create iol-api-secret diff --git a/deploy.sh b/deploy.sh index ff938a6..1ded809 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,5 @@ #!/bin/sh -x set -e - +export OPENFAAS_URL=http://pinky:8082 pass faas.ralsina.me | faas-cli login --password-stdin faas-cli deploy -f functions.yml