Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy works locally, but not with --token on CI #175

Open
stevebrowndotco opened this issue Nov 21, 2023 · 0 comments
Open

Deploy works locally, but not with --token on CI #175

stevebrowndotco opened this issue Nov 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@stevebrowndotco
Copy link

Hello!

If I run:

nx deploy firebase

locally

... firebase (and functions) deploy with any issue.

But if I run

nx deploy firebase --token MY_TOKEN

locally, OR on the CI

I get:

NX Cannot find project 'PROJECT_NAME'

However, if I bypass this library and run:

npx firebase deploy --token MY_TOKEN

All works fine, ruling out an issue with my token for example.

Was wondering if there might be a bug?

@simondotm simondotm added the bug Something isn't working label Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants