Skip to content

Commit

Permalink
not sure why generated env file is not being recognized
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Feb 26, 2024
1 parent 845cd02 commit f950a42
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

jobs:
build:
build-and-deploy:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:
npm run build --if-present
npm run test --if-present
- name: Zip all files for upload between jobs
run: zip next.zip ./frontend/* ./frontend/next ./frontend/.env -qr
- name: Zip artifact for deployment
run: zip next.zip ./* .next .env -qr

- name: 'Deploy to Azure Web App'
id: deploy-to-webapp
Expand Down

0 comments on commit f950a42

Please sign in to comment.