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

Clean all deploy pins rake task. #108

Open
skcc321 opened this issue Oct 17, 2024 · 0 comments
Open

Clean all deploy pins rake task. #108

skcc321 opened this issue Oct 17, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@skcc321
Copy link
Owner

skcc321 commented Oct 17, 2024

deploy_pins = Dir[File.expand_path("../deploy_pin/*", __dir__)]
deploy_pins.each do |deploy_pin|
  task = DeployPin::Task.new(deploy_pin)
  task.parse
  task.prepare
  task.mark
end

it is useful to add it to the top of "seeds.rb".

@skcc321 skcc321 added the good first issue Good for newcomers label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant