From 6340c3e3d0f77deeac195a8e3d3fd9460225e40e Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Tue, 16 May 2023 15:29:12 -0300 Subject: [PATCH] Renamed yaml file --- build.sh | 4 ++-- deploy.sh | 2 +- nombres.yml => functions.yml | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename nombres.yml => functions.yml (100%) diff --git a/build.sh b/build.sh index 7e8fed3..1f18834 100755 --- a/build.sh +++ b/build.sh @@ -11,5 +11,5 @@ if [ ! -d template ] then faas-cli template store pull python3-flask fi -faas-cli publish -f nombres.yml --platforms linux/arm64 --build-arg 'TEST_ENABLED=false' -faas-cli deploy -f nombres.yml +faas-cli publish -f functions.yml --platforms linux/arm64 --build-arg 'TEST_ENABLED=false' +faas-cli deploy -f functions.yml diff --git a/deploy.sh b/deploy.sh index 5187ca0..ff938a6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,4 +2,4 @@ set -e pass faas.ralsina.me | faas-cli login --password-stdin -faas-cli deploy -f nombres.yml +faas-cli deploy -f functions.yml diff --git a/nombres.yml b/functions.yml similarity index 100% rename from nombres.yml rename to functions.yml