mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
show commit ref on home page on netlify
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user