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 f4acadf commit 72e0bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bundleUpdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tar czvf bundle.tar.gz ./*

echo "Deploying to $DEPLOYMENT_URL..."

curl -o - -I --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 72e0bfc

Please sign in to comment.