Sha256: b3161a6dd1602dca33aa690a4fb2311e9db793e205e4a891b131455a2afb3531

Contents?: true

Size: 382 Bytes

Versions: 19

Compression:

Stored size: 382 Bytes

Contents

echo "-----> Symlinking shared paths"
mkdir -p ./vendor
rm -rf "./vendor/bundle"
ln -s ".*deploy/shared/vendor/bundle" "./vendor/bundle"
mkdir -p .
rm -rf "./log"
ln -s ".*deploy/shared/log" "./log"
mkdir -p ./tmp
rm -rf "./tmp/cache"
ln -s ".*deploy/shared/tmp/cache" "./tmp/cache"
mkdir -p ./public
rm -rf "./public/assets"
ln -s ".*deploy/shared/public/assets" "./public/assets"

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
mina-1.2.5 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.2.4 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.2.3 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.2.2 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.2.1 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.2.0 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.1.1 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.1.0 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.0.7 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.0.6 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.0.5 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.0.4 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.0.3 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.0.2 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.0.0 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.0.0.rc2 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.0.0.beta5 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.0.0.beta4 spec/support/outputs/deploy_link_shared_paths.txt
mina-1.0.0.beta3 spec/support/outputs/deploy_link_shared_paths.txt