-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix macos build and support multiple files #81
Fix macos build and support multiple files #81
Conversation
Conversion of template yaml to hash and back resulted in the loss of multiple documents in one yaml file. MacOS builds require specification of the platform.
README.md
Outdated
# Run database migrations (or other release tasks) with latest image, | ||
# while app is still running on previous image. | ||
# This is analogous to the release phase. | ||
cpl runner rails db:migrate -a tutorial-app --image latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We renamed the runner
command to run:detached
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes -- that needs to be fixed in the RWRT project as well @ahangarha
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw, should the command always be run detached? @dzirtusss ?
@rafaelgomesxyz ready to merge? |
From my side, yes. |
thank you @rafaelgomesxyz! |
Conversion of template yaml to hash and back resulted in the loss of multiple documents in one yaml file.
MacOS builds require specification of the platform.