Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.05 KB

appdev-cloud-gov-deploy.md

File metadata and controls

31 lines (24 loc) · 1.05 KB
title description layout category subcategory envs
Deploying the Sample Apps
How to deploy oidc-sinatra and saml-sinatra to cloud.gov
article
AppDev
Deploying
dev
int
staging
prod

Apps

We deploy { two sample apps } × { four environments } in cloud.gov:

| | OpenID Connect | SAML | |---|-----| {% for env in page.envs -%} | {{ env }} | <https://{{ env }}-identity-oidc-sinatra.app.cloud.gov> | <https://{{ env }}-identity-saml-sinatra.app.cloud.gov> | {% endfor %}

Deploying

The sample apps deploy automatically when changes are merged to the main branch.

Refer to each project's GitLab CI/CD configuration for details on the deployment workflow: