Skip to content

Commit

Permalink
fix(lp): 🐛 Landing page public env
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jun 23, 2022
1 parent 3392e04 commit 7df00ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/landing-page/.env.docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Don't edit this file
NEXT_PUBLIC_VIEWER_URL=
2 changes: 1 addition & 1 deletion apps/landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "landing-page",
"version": "1.0.0",
"scripts": {
"dev": "next dev -p 3002",
"dev": "ENVSH_ENV=.env.local bash ../../env.sh next dev -p 3002",
"start": "next start",
"build": "next build",
"analyze": "cross-env ANALYZE=true next build"
Expand Down
2 changes: 2 additions & 0 deletions apps/landing-page/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class MyDocument extends Document {
data-domain="typebot.io"
src="https://plausible.baptistearno.com/js/plausible.js"
></script>
{/* eslint-disable-next-line @next/next/no-sync-scripts */}
<script src="/__env.js" />
</Head>
<body style={{ backgroundColor: '#171923' }}>
<ColorModeScript initialColorMode={theme.config.initialColorMode} />
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"build": "yarn docker:up && turbo run build",
"build:builder": "cp apps/builder/.env.docker apps/builder/.env.production && ENVSH_ENV=./apps/builder/.env.production ENVSH_OUTPUT=./apps/builder/public/__env.js bash env.sh yarn turbo run build --scope=builder --include-dependencies",
"build:viewer": "cp apps/viewer/.env.docker apps/viewer/.env.production && ENVSH_ENV=./apps/viewer/.env.production ENVSH_OUTPUT=./apps/viewer/public/__env.js bash env.sh yarn turbo run build --scope=viewer --include-dependencies",
"build:landing-page": "cp apps/landing-page/.env.docker apps/landing-page/.env.production && ENVSH_ENV=./apps/landing-page/.env.production ENVSH_OUTPUT=./apps/landing-page/public/__env.js ENVSH_VERBOSE=true bash env.sh yarn turbo run build --scope=landing-page --include-dependencies",
"test:builder": "cd apps/builder && yarn test",
"lint": "turbo run lint",
"db:migrate": "yarn workspace db migration:deploy"
Expand Down

5 comments on commit 7df00ef

@vercel
Copy link

@vercel vercel bot commented on 7df00ef Jun 23, 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-git-main-typebot-io.vercel.app
docs-typebot-io.vercel.app
docs.typebot.io

@vercel
Copy link

@vercel vercel bot commented on 7df00ef Jun 23, 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

ar.nigerias.io
sat.cr8.ai
aso.nigerias.io
an.nigerias.io
apo.nigerias.io
vhpage.cr8.ai
apr.nigerias.io
bot.aws.bj
bt.id8rs.com
am.nigerias.io
chat.sureb4.com
eventhub.com.au
bot.piccinato.co
games.klujo.com
sakuranembro.it
bot.upfunnel.art
clo.closeer.work
stan.vselise.com
faqs.nigerias.io
feedback.ofx.one
voicehelp.cr8.ai
app.chatforms.net
gentleman-shop.fr
goalsettingbot.com
zap.techadviser.in
this-is-a-test.com
bot.eventhub.com.au
bot.ansuraniphone.my
forms.webisharp.com
typebot.stillio.com
bot.cotemeuplano.com
chat.hayurihijab.com
get.freebotoffer.xyz
bot.incusservices.com
bot.meuesocial.com.br
cdd.searchcube.com.sg
apply.ansuraniphone.my
form.searchcube.com.sg
c23111azqw.nigerias.io
chat.missarkansas.org
gcase.barrettamario.it
kodawariab736.skeep.it
info.clickasuransi.com
view.onlinebotdemo.xyz
83242573.actualizar.xyz
mainmenu.diddancing.com
form.sergiolimajr.com.br
91181264.your-access.one
serviziaziendali.online
hunterbot.saleshunter.ai
type.opaulovieira.com.br
aibot.angrybranding.co.uk
boyfriend-breakup.riku.ai
designguide.techyscouts.com
type.dericsoncalari.com.br
piazzatorre.barrettamario.it
onboarding.libertydreamcare.ie
type.talitasouzamarques.com.br
agendamento.sergiolimajr.com.br
bookings.littlepartymonkeys.com
bot.comercializadoraomicron.com
preagendamento.sergiolimajr.com.br
studiotecnicoimmobiliaremerelli.it
personal-trainer.barrettamario.it
viewer-v2-alpha-typebot-io.vercel.app
viewer-v2-alpha-git-main-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7df00ef Jun 23, 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 7df00ef Jun 23, 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 7df00ef Jun 23, 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-typebot-io.vercel.app
builder-v2-git-main-typebot-io.vercel.app
app.typebot.io

Please sign in to comment.