Skip to content

Commit

Permalink
Merge branch 'dev' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
glamperd committed Jun 6, 2024
2 parents 2090f2c + 7827c85 commit 88c74cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: sudo sed -i '54 s/^/#/' /usr/lib/ssl/openssl.cnf

- name: Deploy to Firebase
uses: w9jds/firebase-action@master
uses: docker://w9jds/firebase-action:master
with:
args: deploy --only functions --project ${{ inputs.firebase_project }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: sudo sed -i '54 s/^/#/' /usr/lib/ssl/openssl.cnf

- name: Deploy to Firebase
uses: w9jds/firebase-action@master
uses: docker://w9jds/firebase-action:master
with:
args: deploy --only functions --project ${{ inputs.firebase_project }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: sudo sed -i '54 s/^/#/' /usr/lib/ssl/openssl.cnf

- name: Deploy to Firebase
uses: w9jds/firebase-action@master
uses: docker://w9jds/firebase-action:master
with:
args: deploy --only functions --project ${{ inputs.firebase_project }}
env:
Expand Down
2 changes: 2 additions & 0 deletions packages/phase2cli/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ yarn-error.log
# environment
env.json
.env
.env.prod
.env.test

# build
dist/
Expand Down

0 comments on commit 88c74cb

Please sign in to comment.