Skip to content

Commit

Permalink
Rebrand from Developer Platform to Core Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
kkonstan committed Nov 18, 2024
1 parent ec853f3 commit 1723edb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/platform-cd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Developer Platform CD
name: Core Platform CD

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Developer Platform CI
name: Core Platform CI

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform-environment-feature-matrix.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Environment Feature Matrix
eame: Environment Feature Matrix

on:
workflow_call:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/platform-execute-command.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Developer Platform
name: Core Platform

on:
workflow_call:
Expand All @@ -23,14 +23,14 @@ on:
type: string
secrets:
cecg-registry-username:
description: 'The username for the GHCR registry to pull the developer-platform image from'
description: 'The username for the GHCR registry to pull the core-platform image from'
required: true
cecg-registry-secret:
description: 'The secret for the GHCR registry to pull the developer-platform image from'
description: 'The secret for the GHCR registry to pull the core-platform image from'
required: true

jobs:
developer-platform:
core-platform:
name: ${{ inputs.feature }}
runs-on: ubuntu-24.04
concurrency: ${{ inputs.environment }}-${{ github.ref }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CECG Developer Platform P2P
# CECG Core Platform P2P

This is a reusable Github Actions P2P for CECG's Developer Platform
This is a reusable Github Actions P2P for CECG's Core Platform

## Version 1

Expand Down Expand Up @@ -64,7 +64,7 @@ Usually you need at least two environments e.g.
* `gcp-prod`


For an instance of the CECG developer platform on GCP.
For an instance of the CECG Core Platform on GCP.

A single dev environment is enough for fastfeedback.

Expand Down

0 comments on commit 1723edb

Please sign in to comment.