We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a813d92 commit d7856f2Copy full SHA for d7856f2
entrypoint.sh
@@ -4,8 +4,8 @@
4
node -v
5
hugo version
6
7
-# Show parameters
8
-echo "Param: $1"
+# Use input parameters
+FIREBASE_DEPLOY_KEY=$1
9
10
# Build site
11
hugo
0 commit comments