mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-14 09:18:26 +00:00
ci: add upload step to Azure Static Web Apps deployment workflow
This commit is contained in:
parent
c547138599
commit
fe417cd64d
8
.github/workflows/cd-web.yaml
vendored
8
.github/workflows/cd-web.yaml
vendored
@ -25,3 +25,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
|
- name: Upload
|
||||||
|
id: upload
|
||||||
|
uses: Azure/static-web-apps-deploy@v1
|
||||||
|
with:
|
||||||
|
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_FIELD_051345903 }}
|
||||||
|
action: "upload"
|
||||||
|
app_location: "./web/build"
|
||||||
|
Loading…
Reference in New Issue
Block a user