perf: workflows

This commit is contained in:
liyasthomas
2021-09-02 20:33:34 +05:30
parent 91abdd5415
commit 94fcc0a6a9
6 changed files with 48 additions and 57 deletions

18
.github/workflows/deploy-prod.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Deploy to Live Channel
on:
push:
branches:
- main
jobs:
deploy_live_website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_POSTWOMAN_API }}'
channelId: live
projectId: postwoman-api