Skip to content

Commit

Permalink
Update Control Plane links (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldemoura committed May 14, 2024
1 parent d76a845 commit acfe281
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .controlplane/readme.md
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
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
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

0 comments on commit acfe281

Please sign in to comment.