Skip to content

Delete .github/dependabot.yml #222

Delete .github/dependabot.yml

Delete .github/dependabot.yml #222

Workflow file for this run

name: Gatsby Firebase
# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
'on':
push:
branches:
- master
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- run: yarn install && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_METEORIC_TEACHINGS }}'
channelId: live
projectId: meteoric-teachings