Skip to content

Commit e54c129

Browse files
committed
fix: remote --token
1 parent db97ece commit e54c129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ tar xzf static_website.tar.gz -C public
3838
# Deploy to Firebase
3939
(cd functions_v1 && npm ci)
4040
# (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
41+
functions_v1/node_modules/.bin/firebase deploy --project="${PROJECT}" --only functions:api_v1functions,hosting

0 commit comments

Comments
 (0)