ご覧頂きありがとうございます!
##現状
現在GitHub Actionsで自動デプロイ(Firebase Hosting)を設定中のエラーです。
Error: No currently active project. To run this command, you need to specify a project. You have two options: - Run this command with --project <alias_or_project_id>. - Set an active project by running firebase use --add, then rerun this command. To list all the Firebase projects to which you have access, run firebase projects:list. To learn about active projects for the CLI, visit https://firebase.google.com/docs/cli#project_aliases
##したこと
エラー内容によるとNo currently active project.
と「現在進行中のプロジェクトはない」と言っているのでfirebase projects:list
で確認したところ、以下の写真の通り自動デプロイしたい「TimeOverGrow」のプロジェクトがtimeovergrow-3e1ca (current)
であることが確認できました。
この後もう一度firebase deploy
を行いmerge
しましたが、GitHub Actionsで同じ様なエラーに見舞われました。
##さらにしたこと
一度エラーに記述がある通りfirebase use --add
を行いfirebase Hosting
先を再設定しました。
これで大丈夫かなと思い再度mergeをしましたがまた全く同じエラーが出現し停滞しております。
GitHubはこちら
もし解決策などありましたらアドバイス頂けないでしょうか?
よろしくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。