Skip to content

Commit

Permalink
更新工作流配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Baka632 committed Sep 15, 2024
1 parent 2c9ff88 commit aaff5c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
steps:
- name: 克隆存储库
uses: actions/checkout@v4
- uses: azure/login@v1
- name: 登陆到 Azure
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: 预处理-移除不需要的组件
Expand All @@ -24,7 +25,8 @@ jobs:
uses: azure/CLI@v1
with:
inlineScript: |
az storage blob upload-batch --account-name aneotvintage --auth-mode key -d '$web' -s ./src/AnEoT.Vintage/StaticWebSite
- run: |
az storage blob upload-batch --account-name aneotvintage --auth-mode key --overwrite -d '$web' -s ./src/AnEoT.Vintage/StaticWebSite
- name: 登出 Azure
run: |
az logout
if: always()

0 comments on commit aaff5c5

Please sign in to comment.