Skip to content

Commit a8d057c

Browse files
authored
chore: fix bot's url (#223)
1 parent 0afefd1 commit a8d057c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/comment-artifacts.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Hit the bot https://github.com/jukben/rta-bot
4-
URL="https://rta-bot.now.sh/"
4+
URL="https://rta-bot-jukben.vercel.app"
55

66
read -r -d '' DATA << EOM
77
{
@@ -12,6 +12,7 @@ read -r -d '' DATA << EOM
1212
EOM
1313

1414
curl \
15+
--insecure \
1516
-H "Content-Type: application/json" \
1617
-d "$DATA" \
1718
-X POST $URL

0 commit comments

Comments
 (0)