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

Updates to docs and cpln #514

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
wip
  • Loading branch information
justin808 committed Jan 12, 2023
commit 985109174b3917228bf045c79fd335bde6c2748b
2 changes: 1 addition & 1 deletion .controlplane/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cpl build-image -a ror-tutorial-staging --commit ABCD
# while app is still running on previous image.
# This is analogous to the release phase.
# TODO - renamed runner to run:detached
cpl run:detached rails db:migrate -a ror-tutorial-staging --image latest
cpl run-detached rails db:migrate -a ror-tutorial-staging --image latest


# Alternatively, can run command interactively. Network disconnect or Ctrl-c stop the task.
Expand Down