Skip to content

Commit

Permalink
Use correct file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Mar 21, 2024
1 parent 865856f commit 5702952
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- chore/seed
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -55,7 +54,7 @@ jobs:
- name: '💤 Unzip artifact'
run: unzip release.zip
- name: '🙌 Prepare'
run: az storage file download --share-name import --path survey.csv --account-name $AZURE_STORAGE_ACCOUNT --account-key $AZURE_STORAGE_KEY --dest .next/import/survey.csv
run: az storage file download --share-name import --path survey.csv --account-name $AZURE_STORAGE_ACCOUNT --account-key $AZURE_STORAGE_KEY --dest import/survey.csv
env:
AZURE_STORAGE_ACCOUNT: ${{ secrets.AZURE_STORAGE_ACCOUNT }}
AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }}
Expand Down

0 comments on commit 5702952

Please sign in to comment.