This commit is contained in:
parent
38067faab7
commit
044341383c
@ -3,10 +3,17 @@ type: docker
|
||||
name: Azure Static WebApp
|
||||
|
||||
steps:
|
||||
- name: Build and upload static web app
|
||||
- name: Upload mta-sts content
|
||||
environment:
|
||||
APITOKEN:
|
||||
from_secret: APITOKEN
|
||||
image: mcr.microsoft.com/appsvc/staticappsclient:stable
|
||||
commands:
|
||||
- /bin/staticsites/StaticSitesClient --apiToken $APITOKEN --outputLocation "staticfiles" --app "/drone/src/staticfiles" --deploymentaction "upload" --appBuildCommand "echo 1"
|
||||
- name: Upload mta-sts.groups content
|
||||
environment:
|
||||
APITOKEN:
|
||||
from_secret: APITOKEN_GROUPS
|
||||
image: mcr.microsoft.com/appsvc/staticappsclient:stable
|
||||
commands:
|
||||
- /bin/staticsites/StaticSitesClient --apiToken $APITOKEN --outputLocation "staticfiles" --app "/drone/src/staticfiles" --deploymentaction "upload" --appBuildCommand "echo 1"
|
||||
|
Loading…
Reference in New Issue
Block a user