Merge pull request #48 from natemoo-re/natemoo-re-patch-1

Add Firebase resources
This commit is contained in:
Sarah Drasner 2019-01-26 16:58:58 -07:00 committed by GitHub
commit a15739fbe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant) - [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant)
- [Sleep](https://github.com/maddox/actions/tree/master/sleep) - [Sleep](https://github.com/maddox/actions/tree/master/sleep)
- [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200) - [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200)
- [Firebase](https://github.com/natemoo-re/action-firebase)
- [SSH](https://github.com/maddox/actions/tree/master/ssh) - [SSH](https://github.com/maddox/actions/tree/master/ssh)
- [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions)
- [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action) - [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action)
@ -64,6 +65,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
### Tutorials ### Tutorials
- [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/) - [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/)
- [Deploying to Firebase Hosting with GitHub Actions](https://natemoo.re/posts/action-firebase)
> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information