Skip to content

Commit

Permalink
Validate upload of security.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Sep 16, 2023
1 parent ec59cda commit dc947ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build documentation
run: |
npm install && npm run build
# copy security.txt to dist.
cp -r src/.well-known dist/well-known
- name: Upload to Azure Blob Storage
env:
AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.connectionString }}
run: |
az storage blob upload-batch \
-s ./dist \
-d 'https://fireflyiiiwebsite.blob.core.windows.net/$web' \
--no-progress \
--overwrite

0 comments on commit dc947ce

Please sign in to comment.