Skip to content

Commit

Permalink
ci(deploy): fix path to keys in s3 bucket (add version in folder name)
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Jun 27, 2023
1 parent 8db8f6a commit 1c3b576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_volumes_validator_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NETWORK_KEYS_PUBLIC_PATH=./volumes/network-public-fhe-keys
NETWORK_KEYS_PRIVATE_PATH=./volumes/network-private-fhe-keys
S3_BUCKET_PATH="s3://zbc-testnet"
S3_NETWORK_KEYS_PATH="$S3_BUCKET_PATH/network-fhe-keys"
S3_NETWORK_KEYS_FULL_PATH="$S3_NETWORK_KEYS_PATH/staging-env"
S3_NETWORK_KEYS_FULL_PATH="$S3_NETWORK_KEYS_PATH/keys_gen_with_zbc_fhe_tool_v0_1_1"

mkdir -p $NETWORK_KEYS_PUBLIC_PATH
mkdir -p $NETWORK_KEYS_PRIVATE_PATH
Expand Down

0 comments on commit 1c3b576

Please sign in to comment.