Skip to content

Commit db6472e

Browse files
committed
Sorting Firebase credentials at deployment
1 parent cb4012b commit db6472e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Generate Firebase Config File
1616
run: |
1717
echo "Generating firebase-config.js..."
18-
cat <<EOF > scripts/firebase-config.js
18+
cat <<EOF > _site/scripts/firebase-config.js
1919
import { initializeApp } from "https://www.gstatic.com/firebasejs/11.3.1/firebase-app.js";
2020
import { getAuth } from "https://www.gstatic.com/firebasejs/11.3.1/firebase-auth.js";
2121
import { getFirestore } from "https://www.gstatic.com/firebasejs/11.3.1/firebase-firestore.js";

0 commit comments

Comments
 (0)