-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DBP-647-small-improvements (#22)
- Loading branch information
Showing
6 changed files
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Delete dev namespace manually | ||
name: Delete Namespace and Databases manually | ||
|
||
on: | ||
workflow_dispatch: | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/branch-to-namespace.yml → .../workflows/deploy-branch-to-namespace.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: Branch to Namespace | ||
name: Deploy Branch to Namespace | ||
|
||
on: | ||
workflow_call: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# spsh-app-deploy | ||
Autodeployment for SPSH | ||
|
||
This repository is used to automate deployments to the SPSH Devcluster. | ||
|
||
# Deployments to the SPSH Devcluster | ||
|
||
To automatically rollout and test a branch of any of this repository | ||
- [dbildungs-iam-keycloak](https://github.com/dBildungsplattform/dbildungs-iam-keycloak) | ||
- [schulportal-client](https://github.com/dBildungsplattform/schulportal-client) | ||
- [dbildungs-iam-server](https://github.com/dBildungsplattform/dbildungs-iam-server) | ||
|
||
one can use the Dev Pipeline. | ||
|
||
More info on what the Dev Pipeline does can be found on Confluence: [Dev Pipeline](https://docs.dbildungscloud.de/display/PROD/SPSH+Dev+Pipeline) | ||
|
||
# Updating the Dev Pipeline | ||
|
||
If you have made changes on the Dev Piepline you need to create a new Release for the changes to become active. | ||
If you create a new major release the tag in these repositories has to get updated: | ||
- [dbildungs-iam-keycloak](https://github.com/dBildungsplattform/dbildungs-iam-keycloak) | ||
- [schulportal-client](https://github.com/dBildungsplattform/schulportal-client) | ||
- [dbildungs-iam-server](https://github.com/dBildungsplattform/dbildungs-iam-server) |