Gitpod: Deploying from gitpod

Created on 18 Sep 2020  路  4Comments  路  Source: gitpod-io/gitpod

I was wondering if it is possible to deploy my web app as I am adopting gitpod as my work environment due to my machine's limitations. Can I deploy my web app to ( for instance Google cloud or app engine)? if so what is the procedure to follow as I feel more comfortable working on my projects on gitpod rather than setting up my environment in my local machine.

All 4 comments

If you're aiming to deploy to Google Cloud Engine, you will need the Google Cloud CLI installed first, then set your token in your environment variables, you can find it on your account settings.

The Cloud CLI installation can be done in your workspace's Dockerfile and have your .gitpod.yml use that `Dockerfile.

Thank you for your information. Do I need to install gitpod on my own cloud environment or I can do the deployment from gitpod?

You can do it both on the public offering and your self-hosted solution! It's documented in the docs on how to do your custom Docker environment @Yael95.

Thank you guys for your info, have a bright weekend!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Kreyren picture Kreyren  路  3Comments

PatMyron picture PatMyron  路  3Comments

hidehiro98 picture hidehiro98  路  3Comments

alesanchezr picture alesanchezr  路  3Comments

Kreyren picture Kreyren  路  3Comments