Skip to content

Commit a99582e

Browse files
committed
Fix: Docker deploy
1 parent 836166e commit a99582e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/supervisor/app/services/docker.rb

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ def run
2121
end
2222
else
2323
tmdir = capture :mktemp, '--directory'
24+
# https://github.com/capistrano/sshkit/issues/373
25+
execute :chmod, '777', tmdir
2426
within tmdir do
2527
execute :curl, '-fsSL', 'https://get.docker.com', '-o', 'get-docker.sh'
2628
execute :sh, 'get-docker.sh'

0 commit comments

Comments
 (0)