Sha256: b34f58fd2aad367e4b8eea0c24b5ca6343ec023e2aa0067b31e6557d170f2744

Contents?: true

Size: 198 Bytes

Versions: 11

Compression:

Stored size: 198 Bytes

Contents

#!/bin/bash
app=$1;
cd $app || exit 1

if [ -e Gemfile ]; then
    exec sh -c "exec bundle exec puma -C ../../shared/config/puma.rb"
else
    exec sh -c "exec puma -C ../../shared/config/puma.rb"
fi

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
capistrano3-puma-0.5.0 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.4.2 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.4.1 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.4.0 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.3.7 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.3.3 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.2.2 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.2.0 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.1.3 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.1.2 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.1.0 lib/capistrano/templates/run-puma.erb