📜  firebase deploy with token - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:30.431000             🧑  作者: Mango

代码示例2
# first get token
firebase login:ci
# deploy with token where $FIREBASE_TOKEN is your token
firebase deploy --token $FIREBASE_TOKEN --non-interactive