Skip to content

Commit

Permalink
ci: update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
imba97 committed Sep 30, 2024
1 parent baa7885 commit 89a2d51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Write NUXT_PROJECT_ENV to .env
run: echo "${{ secrets.NUXT_PROJECT_ENV }}" >> .env

- name: Build the project
run: pnpm build
env:
NAVIDROME_API_URL: "test"

- name: Deploy with nuxthub
run: npx nuxthub deploy --no-build
env:
NUXT_HUB_PROJECT_KEY: ${{ secrets.NUXT_HUB_PROJECT_KEY}}
NUXT_HUB_PROJECT_KEY: ${{ secrets.NUXT_HUB_PROJECT_KEY }}
NUXT_HUB_USER_TOKEN: ${{ secrets.NUXT_HUB_USER_TOKEN }}

0 comments on commit 89a2d51

Please sign in to comment.