8ac5e011d6
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
22 lines
317 B
Bash
Executable file
22 lines
317 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
export STORAGE=${STORAGE:-nixos}
|
|
export THREADS=${THREADS:-8}
|
|
|
|
azure-vhd-utils-for-go upload --localvhdpath azure/disk.vhd --stgaccountname "$STORAGE" --stgaccountkey "$KEY" \
|
|
--containername images --blobname nixos-unstable-nixops-updated.vhd --parallelism "$THREADS" --overwrite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|