Skip to content

Commit

Permalink
move to firebase hosting #3
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffery Orazulike <[email protected]>
  • Loading branch information
logickoder committed Dec 23, 2024
1 parent 719afd6 commit a50c4de
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,21 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Create .env File
run: echo "${{ secrets.ENV_FILE_CONTENT }}" > .env

- name: Verify .env File
run: cat .env

- uses: pnpm/action-setup@v4
with:
version: 9

- run: pnpm ci && pnpm run build
- name: Install Dependencies
run: pnpm i --frozen-lockfile

- name: Build Application
run: pnpm run build

- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down

0 comments on commit a50c4de

Please sign in to comment.