From 9aca3f2e14785a1d3f5388d44ed69376ad17eb60 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Fri, 22 Mar 2024 16:34:21 -0300 Subject: [PATCH] add OPENFAAS_URL to build.sh --- build.sh | 1 + deploy.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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