-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Is it possible to deploy code-server on to a cloud service? #3628
-
Is it possible to deploy it on to a cloud service like Heroku or Firebase? Also, is it possible to deploy it on a CI like CircleCI. I'd really like if that would be possible, it's easy to access since it's on the cloud. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions
Yes, it's possible. Please see this repo for all the options for deploying code-server.
deploy it on a CI like CircleCI
Based on how I'm understanding your question, I don't think this is possible. Though feel free to elaborate and I'll see if I can help!
Replies: 1 comment 3 replies
-
Yes, it's possible. Please see this repo for all the options for deploying code-server.
deploy it on a CI like CircleCI
Based on how I'm understanding your question, I don't think this is possible. Though feel free to elaborate and I'll see if I can help!
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks! On CircleCI is it possible to run this docker container, and then use localtunnel to get a url?
Beta Was this translation helpful? Give feedback.
All reactions
-
Hmm...I think it should be if you're using it for testing/CI but not for deploying and using code-server, but I haven't used CircleCI in a long time.
localtunnel should work to get a url too. I've used ngrok in the past, but sounds similar.
cc @bpmct might have better suggestions too!
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1