Skip to content

Commit

Permalink
Add some wip as comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimk committed Dec 3, 2024
1 parent 4911c74 commit bd4465b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/controllers/api/cloud_inits_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ def show
# -f replaces any existing runner with the same name so that you can reinstall a runner and have it replace the old one.
"su username -c 'cd; curl -s https://raw.githubusercontent.com/actions/runner/main/scripts/create-latest-svc.sh | bash -s -- -f -s #{App.github_actions_runner_scope}'",

# git clone https://github.com/vbem/multi-runners
# MR_GITHUB_PAT=... in .env
# ./mr.bash add --org #{App.github_actions_runner_scope} --count 3

"curl https://maintenance.auctionet.dev/it-ran; true",
"reboot",
],
Expand Down

0 comments on commit bd4465b

Please sign in to comment.