Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Configuration Option] GCP Cloud #12

Closed
omenking opened this issue Jan 7, 2023 · 0 comments · Fixed by #25
Closed

[Configuration Option] GCP Cloud #12

omenking opened this issue Jan 7, 2023 · 0 comments · Fixed by #25
Assignees
Labels
good first issue Good for newcomers

Comments

@omenking
Copy link
Contributor

omenking commented Jan 7, 2023

GCP Cloud configuration from one my my Gitpod yml files

sudo apt-get install apt-transport-https ca-certificates gnupg -y
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
sudo apt-get update && sudo apt-get install google-cloud-cli -y
@loujaybee loujaybee added the good first issue Good for newcomers label Jan 14, 2023
@loujaybee loujaybee linked a pull request Jan 14, 2023 that will close this issue
loujaybee added a commit that referenced this issue Feb 12, 2023
Config PostgreSQL CLI & GCP SDK #14 #12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants