How do I deploy a Tableau website? #73
Answered
by
mhanberg
sylvesterroos
asked this question in
Q&A
-
Probably a dumb question, but I can't seem to figure it out. Do I just |
Beta Was this translation helpful? Give feedback.
Answered by
mhanberg
Feb 14, 2024
Replies: 1 comment 1 reply
-
Generally you use a CDN like Netlify. You configure Netlify to run mix tableau.server is just for local dev. Other folks have also used GitHub pages, but I personally am not sure how to set that up. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sylvesterroos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generally you use a CDN like Netlify.
You configure Netlify to run
mix tableau.build
and then it uploads the built site to its network and serves that.mix tableau.server is just for local dev.
Other folks have also used GitHub pages, but I personally am not sure how to set that up.