Use STORAGE_URL from the environment

This commit is contained in:
Greg Hellings
2024-11-18 14:31:43 -06:00
parent 3d4d82d130
commit 3ca62bcd2e
+3
View File
@@ -87,6 +87,9 @@
} {
name = "PACKER_CONFIG_DIR";
value = "./packer_config";
} {
name = "STORAGE_URL";
value = "http://s3.thehellings.lan:9000";
} ];
};