Skip to content

Commit

Permalink
Update efm temporary actions
Browse files Browse the repository at this point in the history
ChrisMarsh82 authored Dec 4, 2023
1 parent f3e520b commit 5040c7e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/efm-appbuild.yml
Original file line number Diff line number Diff line change
@@ -61,10 +61,9 @@ jobs:
if: env.DEPLOYMENT_PRIVATE_KEY != ''
run: echo "${{env.DEPLOYMENT_PRIVATE_KEY}}" > ./.idems_app/deployments/${{env.DEPLOYMENT_NAME}}/encrypted/private.key

# TODO - populate firebase as part of deployment set
- name: Populate Firebase Config
if: env.FIREBASE_CONFIG != ''
run: echo ${{env.FIREBASE_CONFIG}} > src/environments/firebaseConfig.ts
- name: Populate firebaseConfig.ts
if: ${{env.FIREBASE_CONFIG}}
run: echo $FIREBASE_CONFIG > src/environments/firebaseConfig.ts

- name: Setup Node
uses: actions/setup-node@v3

0 comments on commit 5040c7e

Please sign in to comment.