mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-10 17:06:47 +00:00
- removed duplicate terraform setup Signed-off-by: Johan Siebens <johan.siebens@gmail.com>
10 lines
293 B
Smarty
10 lines
293 B
Smarty
#! /bin/bash
|
|
|
|
mkdir -p /var/lib/faasd/secrets/
|
|
echo ${gw_password} > /var/lib/faasd/secrets/basic-auth-password
|
|
|
|
export FAASD_DOMAIN=${faasd_domain_name}
|
|
export LETSENCRYPT_EMAIL=${letsencrypt_email}
|
|
|
|
curl -sfL https://raw.githubusercontent.com/openfaas/faasd/master/hack/install.sh | sh -s -
|