Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed Mar 13, 2024
1 parent bf127f7 commit f4acadf
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 --form 'bundle=@./bundle.tar.gz' \
curl -o - -I --form 'bundle=@./bundle.tar.gz' \
--user "bsky:$DENNIS_API_KEY" \
--basic "$DEPLOYMENT_URL" \
/
Expand Down

0 comments on commit f4acadf

Please sign in to comment.