create-headroom 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/template/package.json
CHANGED
|
@@ -25,8 +25,8 @@ echo "==> Setting up stage: $STAGE"
|
|
|
25
25
|
|
|
26
26
|
# Generate a random image signing secret
|
|
27
27
|
SECRET=$(openssl rand -hex 32)
|
|
28
|
-
echo "==> Setting
|
|
29
|
-
npx sst secret set
|
|
28
|
+
echo "==> Setting HeadroomImageSigningSecret..."
|
|
29
|
+
npx sst secret set HeadroomImageSigningSecret "$SECRET" --stage "$STAGE"
|
|
30
30
|
|
|
31
31
|
echo ""
|
|
32
32
|
echo "==> Deploying stage: $STAGE"
|