Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_EKHANE_E6F16 }}'
channelId: live
projectId: ekhane-e6f16
17 changes: 17 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on PR
'on': pull_request
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_EKHANE_E6F16 }}'
projectId: ekhane-e6f16
Binary file added Business Plan.docx
Binary file not shown.
Binary file added Pitch Deck Template_Ekhane.potx
Binary file not shown.
Binary file added Value Proposition Canvas.docx
Binary file not shown.
16 changes: 0 additions & 16 deletions ekhane/.browserslistrc

This file was deleted.

16 changes: 0 additions & 16 deletions ekhane/.editorconfig

This file was deleted.

46 changes: 0 additions & 46 deletions ekhane/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions ekhane/README.md

This file was deleted.

106 changes: 0 additions & 106 deletions ekhane/angular.json

This file was deleted.

44 changes: 0 additions & 44 deletions ekhane/karma.conf.js

This file was deleted.

Loading