Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebrand from Developer Platform to Core Platform #75

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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