Skip to content

Commit

Permalink
fix deploy script to follow redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
Boldewyn committed Feb 23, 2024
1 parent cf03c83 commit fc83c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ while [[ "$LAST_AVAILABLE" != "$DATE" ]]; do
done

echo "> run deployment on server" >&2
curl -sS "$RELEASE_URL" | ssh "$SSH_HOST" 'cat > /tmp/codepoints.zip'
curl -sSL "$RELEASE_URL" | ssh "$SSH_HOST" 'cat > /tmp/codepoints.zip'
ssh "$SSH_HOST" cp-deploy live

0 comments on commit fc83c2e

Please sign in to comment.