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

Firebase hosting deployment currently errors #1

Closed
perjerz opened this issue Oct 28, 2018 · 2 comments
Closed

Firebase hosting deployment currently errors #1

perjerz opened this issue Oct 28, 2018 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@perjerz
Copy link
Member

perjerz commented Oct 28, 2018

Firebase deployment error
https://travis-ci.org/perjerz3434/who-use-angular-in-thailand/jobs/447326951

Error: HTTP Error: 410, This version of the Firebase CLI is no longer able to deploy to Firebase Hosting. Please upgrade to a newer version (>= 4.1.0). If you have further questions, please reach out to Firebase support.

dpl need to be upgraded.

The workaround solution is to build and deploy via script, but I don't like that way. I prefer to use default deployment of TravisCI

@perjerz perjerz added the bug Something isn't working label Oct 28, 2018
@perjerz perjerz self-assigned this Oct 28, 2018
@perjerz
Copy link
Member Author

perjerz commented Oct 28, 2018

Found the work around solution.
#travis-ci/dpl#890

deploy:
  provider: firebase
  edge: true

@perjerz
Copy link
Member Author

perjerz commented Oct 28, 2018

Reference fixed commit
8716d8b

@perjerz perjerz closed this as completed Oct 28, 2018
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

1 participant