Torma Kristóf
446313415b
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
387 B
YAML
14 lines
387 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: Azure Static WebApp
|
|
|
|
steps:
|
|
- name: Build and upload static web app
|
|
environment:
|
|
APITOKEN:
|
|
from_secret: APITOKEN
|
|
HUGO_VERSION: 0.97.1
|
|
image: mcr.microsoft.com/appsvc/staticappsclient:stable
|
|
commands:
|
|
- /bin/staticsites/StaticSitesClient --apiToken $APITOKEN --outputLocation "public" --app "/drone/src" --deployment_action "upload"
|