Skip to content

Instantly share code, notes, and snippets.

@itwasmattgregg
Last active May 23, 2020 17:56
Show Gist options
  • Save itwasmattgregg/e056db11895149be608fa1ed66648e50 to your computer and use it in GitHub Desktop.
Save itwasmattgregg/e056db11895149be608fa1ed66648e50 to your computer and use it in GitHub Desktop.
Automate firebase hosting with github actions
{
"hosting": {
"site": "site-name",
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment