Skip to content

Commit

Permalink
👷 Add script to deploy only dev or main branches on Vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Oct 27, 2022
1 parent e2e1c09 commit 8582c6e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions should-vercel-deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

echo "VERCEL_GIT_COMMIT_REF: $VERCEL_GIT_COMMIT_REF"

if [[ "$VERCEL_GIT_COMMIT_REF" == "dev" || "$VERCEL_GIT_COMMIT_REF" == "main" ]] ; then
echo "✅ - Build can proceed"
exit 1;

else
echo "🛑 - Build cancelled"
exit 0;
fi

5 comments on commit 8582c6e

@vercel
Copy link

@vercel vercel bot commented on 8582c6e Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

viewer-v2-alpha – ./apps/viewer

bot.aws.bj
bot.bbc.bj
8jours.top
ns8.vn
sat.cr8.ai
247987.com
minipost.uk
yobot.me
bot.aipr.kr
finplex.be
am.nigerias.io
bt.id8rs.com
bot.krdfy.com
vhpage.cr8.ai
an.nigerias.io
ar.nigerias.io
bot.lalmon.com
ticketfute.com
bot.enreso.org
apo.nigerias.io
bot.ageenda.com
apr.nigerias.io
bot.artiweb.app
aso.nigerias.io
bot.tc-mail.com
sakuranembro.it
games.klujo.com
chat.sureb4.com
eventhub.com.au
typebot.aloe.do
bot.upfunnel.art
bot.piccinato.co
botc.ceox.com.br
clo.closeer.work
faqs.nigerias.io
myrentalhost.com
feedback.ofx.one
form.syncwin.com
kw.wpwakanda.com
stan.vselise.com
typebot.aloe.bot
app.chatforms.net
voicehelp.cr8.ai
bot.agfunnel.tech
bot.phuonghub.com
bot.maitempah.com
bot.reviewzer.com
cares.urlabout.me
bot.hostnation.de
fmm.wpwakanda.com
k1.kandabrand.com
gentleman-shop.fr
lb.ticketfute.com
ov1.wpwakanda.com
ov2.wpwakanda.com
ov3.wpwakanda.com
1988.bouclidom.com
bot.megafox.com.br
andreimayer.com.br
bot.neferlopez.com
bots.robomotion.io
cadu.uninta.edu.br
dicanatural.online
goalsettingbot.com
positivobra.com.br
survey.digienge.io
this-is-a-test.com
zap.techadviser.in
bot.eventhub.com.au
bot.digitalbled.com
demo.botscientis.us
forms.webisharp.com
carsalesenquiry.com
kbsub.wpwakanda.com
mentoria.omelhor.vc
live.botscientis.us
nutrisamirbayde.com
order.maitempah.com
quest.wpwakanda.com
bium.gratirabbit.com
test.botscientis.us
bot.ansuraniphone.my
typebot.stillio.com
click.sevenoways.com
bot.cotemeuplano.com
chatbee.agfunnel.com
chat.hayurihijab.com
connect.growthguy.in
get.freebotoffer.xyz
offer.botscientis.us
talkbot.agfunnel.com
kuiz.sistemniaga.com
tenorioadvogados.com
uppity.wpwakanda.com
abutton.wpwakanda.com
aidigitalmarketing.kr
bbutton.wpwakanda.com
bot.meuesocial.com.br
bot.incusservices.com
bot.ramonmatos.com.br

@vercel
Copy link

@vercel vercel bot commented on 8582c6e Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8582c6e Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs-typebot-io.vercel.app
docs-git-main-typebot-io.vercel.app
docs.typebot.io

@vercel
Copy link

@vercel vercel bot commented on 8582c6e Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

builder-v2-git-main-typebot-io.vercel.app
app.typebot.io
builder-v2-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8582c6e Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.