action-hosting-deploy | Automatically deploy shareable previews for your Firebase Hosting sites | Continuous Deployment library
kandi X-RAY | action-hosting-deploy Summary
kandi X-RAY | action-hosting-deploy Summary
Automatically deploy shareable previews for your Firebase Hosting sites
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of action-hosting-deploy
action-hosting-deploy Key Features
action-hosting-deploy Examples and Code Snippets
Community Discussions
Trending Discussions on action-hosting-deploy
QUESTION
I'm trying to create a GitHub-Action that first uses Webpack to create a bundle.js file and then deploy my index.html and newly created bundle.js to Firebase hosting.
First I just pushed my bundle.js in my GitHub repository, but I since removed it via "git rm --cache public/bundle.js
" (not sure if this is the exact command) and added bundle.js to my .gitignore.
The action does work (no error or crash) but it seems that Firebase does not use the newly packaged bundle.js, but instead uses an old version that might be cached somewhere?
firebase-hosting-pull-request.yml:
...ANSWER
Answered 2022-Mar-27 at 07:29Ok I have found two changes that fixed the problem.
Add channelId: live
in my workflow yaml
Reload the site with the "Empty chache and Hard reload" developer option.
QUESTION
ANSWER
Answered 2022-Jan-03 at 21:53QUESTION
I am trying to deploy a create-react-app to firebase hosting.
I followed the step in the Get Started guide, and got a github actions workflow set up for me. It looks like so:
...ANSWER
Answered 2021-Apr-24 at 21:45The fix was to move CI: false
above the build_and_deploy
step:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install action-hosting-deploy
If you've NOT set up Hosting, run this version of the command from the root of your local directory:
If you've ALREADY set up Hosting, then you just need to set up the GitHub Action part of Hosting. Run this version of the command from the root of your local directory:
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page