Skip to content

Commit

Permalink
fix(actions): remove docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed May 19, 2022
1 parent 7b8b918 commit 5eb74c7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 50 deletions.
5 changes: 0 additions & 5 deletions Dockerfile

This file was deleted.

26 changes: 1 addition & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A GitHub Action to deploy firebase hosting and functions together.
## Example Workflows

```yaml
name: Default Deploy
name: Deploy to Firebase
on:
push:
branches:
Expand All @@ -31,27 +31,3 @@ jobs:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
FIREBASE_PROJECT: ${{ secrets.FIREBASE_PROJECT }}
```
```yaml
name: Customized Deploy
on:
push:
branches:
- master
jobs:
main:
name: Build and Deploy
runs-on: ubuntu-latest
steps:
- name: Deploy to Firebase
uses: sws2apps/firebase-deployment@[--pin--]
with:
params: --only hosting
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
FIREBASE_PROJECT: ${{ secrets.FIREBASE_PROJECT }}
```
## Notes
This repo is taken from [Firebase CLI Deployment](https://github.com/doonstore/firebase-deploy) by [@DoonStore](https://github.com/orgs/doonstore/). Their repo works great, but we need to be able to deploy to Firebase with the latest version of Node.
5 changes: 0 additions & 5 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Firebase Deployment
author: Scheduling Workbox System <sws2apps.notification@gmail.com>
description: A GitHub Action to deploy to Firebase
inputs:
params:
description: Additional parameters for firebase command
required: false
default: ''
runs:
using: 'node16'
main: 'dist/index.js'
Expand Down
15 changes: 0 additions & 15 deletions entrypoint.sh

This file was deleted.

0 comments on commit 5eb74c7

Please sign in to comment.