Skip to content

Commit

Permalink
switch action to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
glamperd committed Jun 6, 2024
1 parent 9843891 commit d7602c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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: 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 d7602c6

Please sign in to comment.