diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0208a35..dc6dabf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,8 +28,21 @@ jobs: node-version: 22 cache: npm - - name: Copy firebase config - run: cp src/environments/firebaseConfig.example.ts src/environments/firebaseConfig.ts + - name: Create firebase config from secrets + run: | + cat > src/environments/firebaseConfig.ts <