Skip to content
Snippets Groups Projects
Commit 58e5c30a authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Point the "environment" at a more productive URL and explain this

parent 59fd6997
No related branches found
No related tags found
2 merge requests!180merge develop into production,!175continuously deploy develop to staging
Pipeline #1123 passed
...@@ -88,8 +88,17 @@ update-staging: ...@@ -88,8 +88,17 @@ update-staging:
only: only:
- "staging" - "staging"
environment: environment:
# You can find some status information about environments in GitLab at
# https://whetstone.privatestorage.io/privatestorage/PrivateStorageio/-/environments.
name: "staging" name: "staging"
url: "https://privatestorage-staging.com/" # The URL controls where the "View Deployment" button for this environment
# will take you. The main website isn't controlled by this codebase so we
# don't point there. The monitoring system *is* controlled by this
# codebase and it also tells us lots of stuff about other things
# controlled by this codebase so that seems like a good place to land.
# Not that I make it a habit to visit the deployment using the GitLab
# button... Still, discoverability or something.
url: "https://monitoring.privatestorage-staging.com/"
# Update the production deployment - only on a merge to the production branch. # Update the production deployment - only on a merge to the production branch.
deploy-to-production: deploy-to-production:
...@@ -97,5 +106,6 @@ deploy-to-production: ...@@ -97,5 +106,6 @@ deploy-to-production:
only: only:
- "production" - "production"
environment: environment:
# See notes in `update-staging`.
name: "production" name: "production"
url: "https://private.storage/" url: "https://monitoring.private.storage/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment