diff --git a/files/tmuxinator/ctf_deploy.yaml b/files/tmuxinator/ctf_deploy.yaml deleted file mode 100644 index 526c610..0000000 --- a/files/tmuxinator/ctf_deploy.yaml +++ /dev/null @@ -1,10 +0,0 @@ -name: ctf_deploy -root: ~/ - -windows: - - ctf_deploy: - layout: even-vertical - panes: - - ssh ctf6 - - ssh ctf7 - - ssh ctf8 diff --git a/files/tmuxinator/ctf_deploy.yml b/files/tmuxinator/ctf_deploy.yml new file mode 100644 index 0000000..5a6b6e3 --- /dev/null +++ b/files/tmuxinator/ctf_deploy.yml @@ -0,0 +1,10 @@ +name: ctf_deploy +root: ~/ + +windows: + - deploy: + layout: even-vertical + panes: + - ssh ctf6 + - ssh ctf7 + - ssh ctf8