简体   繁体   English

Firebase Hosting,如何一次在多个账户部署相同的代码

[英]Firebase Hosting, how to deploy the same code on more account at once

Is there a way to upload a folder with some files into different accounts on firebase hosting simultaneously?有没有办法将包含一些文件的文件夹同时上传到 firebase 主机上的不同帐户? I need this to be able to update the same app on different firebase accounts without the need to do it one by one.我需要它能够在不同的 firebase 帐户上更新相同的应用程序,而无需一一进行。

There is no built-in command to deploy to multiple projects on multiple accounts.没有内置命令可以部署到多个帐户的多个项目。 You will have to call firebase deploy separately for each project.您必须为每个项目分别调用firebase deploy

You may be able to automate the process though, by using the CLI as it'd be done in CI systems .不过,您可以像在 CI 系统中那样使用 CLI来自动执行该过程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM