Skip to content

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

@stevebrowndotco

Description

@stevebrowndotco

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions