Skip to content

Commit

Permalink
try putting it back
Browse files Browse the repository at this point in the history
  • Loading branch information
jchaselubitz committed Aug 26, 2024
1 parent 1a65c7e commit 6b12577
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@

# [context.production]
# command = "yarn build-production"
# publish = ".next"
# [context.production.environment]
# NEXT_PUBLIC_DEPLOY_STAGE='production'
# NEXT_PUBLIC_GOOGLE_CLOUD_PROJECT_ID = 'syndicate-382709'
# NEXT_PUBLIC_GOOGLE_CLOUD_BUCKET = 'syndicate_filestore_production'
# NEXT_PUBLIC_GOOGLE_CLIENT_ID = '691225200393-4m2a66oge9n5fp5hd43at845f1o9fn67.apps.googleusercontent.com'
# NEXT_PUBLIC_AUTH_HEADER = 'Db-Auth-Token'
# NEXT_PUBLIC_DGRAPH_ENDPOINT = 'https://blue-surf-1120002.us-east-1.aws.cloud.dgraph.io/graphql'
# NEXT_PUBLIC_SMTP_HOST= 'smtp.postmarkapp.com'
# NEXT_PUBLIC_SMTP_PORT= '25'
# NEXT_PUBLIC_SMTP_FROM= '[email protected]'
# NEXT_PUBLIC_POSTMARK_HEADER= 'X-PM-Message-Stream: magic-link-stream'
# NEXTAUTH_URL = "https://syndicate.cooperativ.io"

[context.production]
command = "yarn build-reizen"
command = "yarn build-production"
publish = ".next"
[context.production.environment]
NEXT_PUBLIC_DEPLOY_STAGE='production'
NEXT_PUBLIC_GOOGLE_CLOUD_PROJECT_ID = 'syndicate-382709'
NEXT_PUBLIC_GOOGLE_CLOUD_BUCKET = 'syndicate_filestore_production'
NEXT_PUBLIC_GOOGLE_CLIENT_ID = '691225200393-4m2a66oge9n5fp5hd43at845f1o9fn67.apps.googleusercontent.com'
NEXT_PUBLIC_AUTH_HEADER = 'Db-Auth-Token'
NEXT_PUBLIC_DGRAPH_ENDPOINT = 'https://blue-surf-1120002.us-east-1.aws.cloud.dgraph.io/graphql'
NEXT_PUBLIC_SMTP_HOST= 'smtp.postmarkapp.com'
NEXT_PUBLIC_SMTP_PORT= '25'
NEXT_PUBLIC_SMTP_FROM= '[email protected]'
NEXT_PUBLIC_POSTMARK_HEADER= 'X-PM-Message-Stream: magic-link-stream'
NEXTAUTH_URL = "https://syndicate.cooperativ.io"

[context.reizen]
command = "yarn build-reizen"
publish = ".next"
[context.reizen.environment]
NEXT_PUBLIC_DEPLOY_STAGE='production'
NEXT_PUBLIC_GOOGLE_CLOUD_PROJECT_ID = 'syndicate-382709'
NEXT_PUBLIC_GOOGLE_CLOUD_BUCKET = 'syndicate_filestore_production'
Expand Down

0 comments on commit 6b12577

Please sign in to comment.