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 db97ece commit e54c129Copy full SHA for e54c129
scripts/deploy.sh
@@ -38,4 +38,4 @@ tar xzf static_website.tar.gz -C public
38
# Deploy to Firebase
39
(cd functions_v1 && npm ci)
40
# (cd functions_v2 && npm ci) # Not used due to high costs. Only when v1 will be removed, switch to v2
41
-functions_v1/node_modules/.bin/firebase deploy --token="$TOKEN" --project="${PROJECT}" --only functions:api_v1functions,hosting
+functions_v1/node_modules/.bin/firebase deploy --project="${PROJECT}" --only functions:api_v1functions,hosting
0 commit comments