Sha256: d77e0def52683a67ee9c9bc245835b86256094c318271f056b4e0070427eac33

Contents?: true

Size: 203 Bytes

Versions: 12

Compression:

Stored size: 203 Bytes

Contents

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
capistrano3-puma-1.1.0 lib/capistrano/templates/run-puma.erb
capistrano3-puma-1.0.0 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.9.0 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.8.5 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.8.4 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.8.3 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.8.2 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.8.1 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.8.0 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.7.0 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.6.1 lib/capistrano/templates/run-puma.erb
capistrano3-puma-0.6.0 lib/capistrano/templates/run-puma.erb