Sha256: 50d4c59fef2e1e426b987865b6509453e380767715f62b283ecef76586f05bd2

Contents?: true

Size: 281 Bytes

Versions: 1

Compression:

Stored size: 281 Bytes

Contents

#!/bin/bash

export PATH=~/.rbenv/bin/:${PATH}
eval "$(rbenv init - --no-rehash)"

export OO_DEPLOY_DIR=/home/role-c3/ooyala-security/deploy_configs
cd glowworm/server/
gem install --no-rdoc --no-ri bundler
bundle install --without test
bundle exec cap to_next_staging deploy:full

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
glowworm-0.3.0 ci_jobs/glowworm-continuous-deploy-next-staging/run.sh