Skip to content

Commit

Permalink
Merge pull request #2 from baharalidurrani/ci-build-file
Browse files Browse the repository at this point in the history
Ci build file
  • Loading branch information
baharalidurrani committed Mar 9, 2022
2 parents b9e71d1 + e4c02fb commit 93be507
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install && yarn build
- run: yarn install
- run: yarn build
- run: echo Commit $GITHUB_SHA on Branch $GITHUB_REF_NAME > build/build.txt
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_CELLTIME_MAC }}"
channelId: live
projectId: celltime-mac
env:
FIREBASE_CLI_PREVIEWS: hostingchannels
6 changes: 5 additions & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install && yarn build
- run: yarn install
- run: yarn build
- run: echo Commit $GITHUB_SHA on Branch $GITHUB_REF_NAME > build/build.txt
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_CELLTIME_MAC }}"
projectId: celltime-mac
env:
FIREBASE_CLI_PREVIEWS: hostingchannels
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:
orcid: "https://orcid.org/0000-0003-2750-4420"
cff-version: "1.1.0"
date-released: 2022-03-09
# doi: "10.5281/zenodo.5600545"
doi: "10.5281/zenodo.6341881"
keywords:
- react
- typescript
Expand All @@ -17,5 +17,5 @@ keywords:
license: "GPL-3.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/baharalidurrani/celltime"
title: "baharalidurrani/celltime: v0.5.1"
version: "v0.5.1"
title: "baharalidurrani/celltime: v0.5.2"
version: "v0.5.2"
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app),

Digital Object Identifier

[![DOI](https://zenodo.org/badge/426322912.svg)](https://zenodo.org/badge/latestdoi/426322912)


# CellTime

#### A React turned MacOS app that will allow you to dial cell number using your iPhone
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celltime",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.5.0",
Expand Down

0 comments on commit 93be507

Please sign in to comment.