Skip to content

Commit d7856f2

Browse files
authored
Update entrypoint.sh
1 parent a813d92 commit d7856f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
node -v
55
hugo version
66

7-
# Show parameters
8-
echo "Param: $1"
7+
# Use input parameters
8+
FIREBASE_DEPLOY_KEY=$1
99

1010
# Build site
1111
hugo

0 commit comments

Comments
 (0)