Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-deploy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
geosphere
geosphere-deploy
Commits
b5cc1480
Verified
Commit
b5cc1480
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Add some debug messages to gcp deploy
parent
0d29708e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
admin/GCP_README.md
+6
-0
6 additions, 0 deletions
admin/GCP_README.md
ci_gcp/gitlab-ci.yaml
+3
-0
3 additions, 0 deletions
ci_gcp/gitlab-ci.yaml
with
9 additions
and
0 deletions
admin/GCP_README.md
+
6
−
0
View file @
b5cc1480
...
...
@@ -76,3 +76,9 @@ https://console.developers.google.com/apis/api/cloudresourcemanager.googleapis.c
And then try again. If that still doesn't work try this Stackoverflow thread
for more help: https://stackoverflow.com/a/59931415/433202
## Install Helm
Follow the instructions in the Helm documentation in the Google web console:
https://helm.sh/docs/intro/install/#from-apt-debianubuntu
This diff is collapsed.
Click to expand it.
ci_gcp/gitlab-ci.yaml
+
3
−
0
View file @
b5cc1480
...
...
@@ -49,6 +49,9 @@ gstest deploy client:
-
echo "Deploying version $docker_tag to cluster namespace $ns"
# copy extra values files to the local directory (where helm has access via docker mount)
-
cp ../../ci_gcp/values-client.yaml .
-
helm list
-
echo $(pwd)
-
echo ~
# namespace names are the same as domain names
-
helm upgrade -v 2 --install --namespace $ns -f values-client.yaml geosphere-client geosphere-client/
dependencies
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment