show commit ref on home page on netlify

This commit is contained in:
Esteban Abaroa
2023-05-24 22:30:49 +00:00
parent ee0261fdec
commit 37b37b04fc
4 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
cd "$(dirname "$0")"
# add env vars
if [ -f ../.env ]; then
export $(echo $(cat ../.env | sed 's/#.*//g'| xargs) | envsubst)
if [ -f ../.deploy-env ]; then
export $(echo $(cat ../.deploy-env | sed 's/#.*//g'| xargs) | envsubst)
fi
# check creds