Renamed yaml file

This commit is contained in:
Roberto Alsina 2023-05-16 15:29:12 -03:00
parent 3cb29002df
commit 6340c3e3d0
3 changed files with 3 additions and 3 deletions

View File

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

View File

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