Skip to content

Update Control Plane links #591

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

Merged
merged 1 commit into from
May 14, 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
4 changes: 2 additions & 2 deletions .controlplane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can see the definition of Postgres and Redis in the `.controlplane/templates

## Prerequisites

1. Ensure your [Control Plane](https://controlplane.com) account is set up.
1. Ensure your [Control Plane](https://shakacode.controlplane.com) account is set up.
You should have an `organization` `<your-org>` for testing in that account.
Set ENV variable `CPLN_ORG` to `<your-org>`. Alternatively, you may modify the
value for `aliases.common.cpln_org` in `.controlplane/controlplane.yml`.
Expand All @@ -31,7 +31,7 @@ If you need an organization, please [contact Shakacode](mailto:controlplane@shak
You can update the `cpln` command line with `npm update -g @controlplane/cli`.
Then run `cpln login` to ensure access.
For more informatation check out the
[docs here](https://docs.controlplane.com/quickstart/quick-start-3-cli#getting-started-with-the-cli).
[docs here](https://shakadocs.controlplane.com/quickstart/quick-start-3-cli#getting-started-with-the-cli).

3. Run `cpln image docker-login --org <your-org>` to ensure that you have access to the Control Plane Docker registry.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Control Plane Deployment Example

[Control Plane](https://controlplane.com) offers a viable, cost-saving alternative to Heroku, especially when using the [cpl gem](https://rubygems.org/gems/cpl) to deploy to Control Plane.
[Control Plane](https://shakacode.controlplane.com) offers a viable, cost-saving alternative to Heroku, especially when using the [cpl gem](https://rubygems.org/gems/cpl) to deploy to Control Plane.

ShakaCode recently migrated [HiChee.com](https://hichee.com) to Control Plane, resulting in a two-thirds reduction in server hosting costs!

Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<li>
This project is deployed on
<%= link_to "Control Plane",
"https://controlplane.com" %>
"https://shakacode.controlplane.com" %>
using
<%= link_to "Heroku to Control Plane",
"https://github.com/shakacode/heroku-to-control-plane" %>
Expand Down
Loading