Sha256: 1320ff92b2d1f64d975b4b89c297667eb28f5f73dd80664bea92b43a46b550bc
Contents?: true
Size: 214 Bytes
Versions: 47
Compression:
Stored size: 214 Bytes
Contents
#!/usr/bin/env bash USER={{deployer_user.name}} APP_PATH={{be_app_path}} PATH=/usr/local/rbenv/bin:/usr/local/rbenv/shims:$PATH RAILS_ENV={{be_app_env}} cd $APP_PATH RAILS_ENV=$RAILS_ENV bin/delayed_job $1 -n $2
Version data entries
47 entries across 47 versions & 1 rubygems