Skip to content

Commit

Permalink
Merge pull request #5 from quixai/merlin-quix-patch-1
Browse files Browse the repository at this point in the history
Update build-commit-subfolder.yaml
  • Loading branch information
merlin-quix authored Nov 15, 2022
2 parents a2dab86 + 5d85d9d commit c5becbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-commit-subfolder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@ jobs:
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Create container in blob storage
- name: Create container in Azure blob storage
uses: azure/CLI@v1
with:
inlineScript: |
az login --service-principal -u cFp8Q~RzgochEMvEV7g9j3YeiJGJzFRvNXbh0dBb -p ${{ secrets.DOCSBOT_SECRET }} --tenant 07dc27cd-da6f-4de6-b83d-c4eed0a10602
az login --service-principal -u 172103f9-7886-4f00-a49e-621461d234e1 -p ${{ secrets.DOCSBOT_SECRET }} --tenant 07dc27cd-da6f-4de6-b83d-c4eed0a10602
az storage container create --name pr${{ steps.findandreplace.outputs.value }} --public-access container --account-name quixdocsdev --auth-mode key
- name: Upload to blob storage
uses: azure/CLI@v1
with:
inlineScript: |
az login --service-principal -u cFp8Q~RzgochEMvEV7g9j3YeiJGJzFRvNXbh0dBb -p ${{ secrets.DOCSBOT_SECRET }} --tenant 07dc27cd-da6f-4de6-b83d-c4eed0a10602
az login --service-principal -u 172103f9-7886-4f00-a49e-621461d234e1 -p ${{ secrets.DOCSBOT_SECRET }} --tenant 07dc27cd-da6f-4de6-b83d-c4eed0a10602
az storage blob upload-batch --overwrite true --account-name quixdocsdev --auth-mode key -d 'pr${{ steps.findandreplace.outputs.value }}' -s site
# Azure logout
Expand Down

0 comments on commit c5becbb

Please sign in to comment.