Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Mar 13, 2024
1 parent 72e0bfc commit 13cf963
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/bundleUpdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ RUNTIME_VERSION=$(cat metadata.json | jq -r '.runtimeVersion')
BUNDLE_VERSION=$(date +%s)
DEPLOYMENT_URL="https://updates.bsky.app/v1/upload?runtime-version=$RUNTIME_VERSION&bundle-version=$BUNDLE_VERSION"


tar czvf bundle.tar.gz ./*

echo "Deploying to $DEPLOYMENT_URL..."

curl -o - --form 'bundle=@./bundle.tar.gz' \
curl -o - --form "bundle=@./bundle.tar.gz" \
--user "bsky:$DENNIS_API_KEY" \
--basic "$DEPLOYMENT_URL" \
/
Expand Down

0 comments on commit 13cf963

Please sign in to comment.