add OPENFAAS_URL to build.sh

This commit is contained in:
Roberto Alsina 2024-03-22 16:34:21 -03:00
parent 3173c610bf
commit 9aca3f2e14
2 changed files with 2 additions and 1 deletions

View File

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

View File

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