Skip to content

Commit

Permalink
cicd: updated build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivica Matic committed Oct 25, 2023
1 parent 4a6cef3 commit fc0a7b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_upload_dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ jobs:
with:
name: build-${{ github.sha }}
path: dist
- name: Azure Blob Storage Upload
uses: bacongobbler/[email protected]
with:
connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
container_name: "$web"
source_dir: "dist"

0 comments on commit fc0a7b3

Please sign in to comment.