Skip to content

Commit

Permalink
chore: deploy seed data (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs authored Mar 21, 2024
1 parent c9d4cfd commit 25a6805
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
name: node-app
- 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 import/survey.csv
env:
AZURE_STORAGE_ACCOUNT: ${{ secrets.AZURE_STORAGE_ACCOUNT }}
AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }}
- name: '🚀 Deploy'
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
Expand Down

0 comments on commit 25a6805

Please sign in to comment.