Skip to content

Commit

Permalink
add blake3 hash for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
theBeardA committed Sep 6, 2024
1 parent 51ff8af commit 87e6f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/functions/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const deployAction: SdkGuardedFunction<DeployActionArgs> = async ({
functionId: functionToDeploy.id,
cid: uploadResult.pin.cid,
sgx,
blake3Hash: b3Hash ?? undefined,
});

output.success(t('commonNameCreateSuccess', { name: 'deployment' }));
Expand Down

0 comments on commit 87e6f0c

Please sign in to comment.