mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
23 lines
317 B
Bash
Executable File
23 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|