-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathnetlify.toml
More file actions
20 lines (17 loc) · 760 Bytes
/
Copy pathnetlify.toml
File metadata and controls
20 lines (17 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[build]
base = "frontend"
command = "yarn install && yarn build && cd ../admin && yarn install && yarn build:netlify"
publish = "frontend/dist"
[build.environment]
VUE_APP_MATOMO_HOST = "https://analytics.matteojoliveau.com"
VUE_APP_SENTRY_DSN = "https://6df2cb57dd9049f7a7091b4193e3ac11@sentry.io/1490786"
[context.production]
[context.production.environment]
VUE_APP_TELEGRAM_BOT_NAME = "convomarkbot"
VUE_APP_API_ENDPOINT = "https://api.convomark.matteojoliveau.com"
VUE_APP_SENTRY_CURRENT_ENV = "production"
[context.develop]
[context.develop.environment]
VUE_APP_TELEGRAM_BOT_NAME = "convomarkstagingbot"
VUE_APP_API_ENDPOINT = "https://convomark-staging.server.matteojoliveau.com"
VUE_APP_SENTRY_CURRENT_ENV = "staging"