Skip to content

Commit

Permalink
fix download archive to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxraven committed May 18, 2023
1 parent 808b679 commit 32542f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/deploy-sops
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ if [ -d "$SOPSDIST" ]; then
fi

mkdir -p "$SOPSDIST"
$DIR/../sopsinstall.sh -o linux -a amd64 "$SOPSDIST"
$DIR/../sopsinstall.sh -o linux -a arm64 "$SOPSDIST"
$DIR/../sopsinstall.sh -o darwin -a amd64 "$SOPSDIST"
$DIR/../sopsinstall.sh -o darwin -a arm64 "$SOPSDIST"
$DIR/../sopsinstall.sh -o windows -a amd64 "$SOPSDIST"
$DIR/../sopsinstall.sh -o linux -a amd64 -z "$SOPSDIST"
$DIR/../sopsinstall.sh -o linux -a arm64 -z "$SOPSDIST"
$DIR/../sopsinstall.sh -o darwin -a amd64 -z "$SOPSDIST"
$DIR/../sopsinstall.sh -o darwin -a arm64 -z "$SOPSDIST"
$DIR/../sopsinstall.sh -o windows -a amd64 -z "$SOPSDIST"

# put those on s3
aws s3 cp --recursive "$SOPSDIST/" "$S3URL/sops/"

0 comments on commit 32542f1

Please sign in to comment.