kheiakiyama

kheiakiyama.github.com


kheiakiyama.github.com status

develop

# build and launch local server
hugo server -D
# build
hugo -D

deploy setting for blob

az ad sp create-for-rbac --years 100 --sdk-auth true --scopes {RESOURCE_GROUP_ID}
# put result to github secret as `AZURE_CREDENTIALS`
az role assignment create --role "Storage Blob Data Owner" --assignee-object-id {OBJECT_ID}