8 lines
186 B
Ruby
Executable File
8 lines
186 B
Ruby
Executable File
#!/usr/bin/env ruby
|
||
|
||
# A sample docker-setup hook
|
||
#
|
||
# Sets up a Docker network which can then be used by the application’s containers
|
||
|
||
ssh user@example.com docker network create kamal
|