Renamed yaml file
This commit is contained in:
parent
3cb29002df
commit
6340c3e3d0
4
build.sh
4
build.sh
@ -11,5 +11,5 @@ if [ ! -d template ]
|
|||||||
then
|
then
|
||||||
faas-cli template store pull python3-flask
|
faas-cli template store pull python3-flask
|
||||||
fi
|
fi
|
||||||
faas-cli publish -f nombres.yml --platforms linux/arm64 --build-arg 'TEST_ENABLED=false'
|
faas-cli publish -f functions.yml --platforms linux/arm64 --build-arg 'TEST_ENABLED=false'
|
||||||
faas-cli deploy -f nombres.yml
|
faas-cli deploy -f functions.yml
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
pass faas.ralsina.me | faas-cli login --password-stdin
|
pass faas.ralsina.me | faas-cli login --password-stdin
|
||||||
faas-cli deploy -f nombres.yml
|
faas-cli deploy -f functions.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user