staticwebapp-www-tormakrist.../.drone.yml
Torma Kristóf f5f85b2124
All checks were successful
continuous-integration/drone/push Build is passing
update hugo
2023-08-05 23:38:25 +02:00

19 lines
493 B
YAML

kind: pipeline
type: docker
name: Azure Static WebApp
steps:
- name: Checkout submodules
image: bitnami/git
commands:
- git submodule update --init --recursive
- name: Build and upload static web app
environment:
APITOKEN:
from_secret: APITOKEN
HUGO_VERSION: 0.116.1
image: mcr.microsoft.com/appsvc/staticappsclient:stable
commands:
- /bin/staticsites/StaticSitesClient --apiToken $APITOKEN --outputLocation "public" --app "/drone/src" --deploymentaction "upload"