Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 627 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 627 Bytes

GetLatestVersion public site

This repo holds the Hugo source files for www.getlatestversion.eu

You will find guidelines and instruction in the Wiki.

Staging

$env:AZURE_STORAGE_ACCOUNT="stagegetlatestversioneu"
$env:AZURE_STORAGE_KEY="**********"
$env:HUGO_ENVIRONMENT='staging'

hugo --gc --cleanDestinationDir --buildDrafts --buildFuture ; hugo deploy --maxDeletes -1

rm -Recurse .\public\ ; md public ; hugo deploy --maxDeletes -1

https://stagegetlatestversioneu.z6.web.core.windows.net/