Sha256: 9ae3b52ffa2d6ac4cb5934a2c228b3229442b6acf48037851565df57b4d545ba

Contents?: true

Size: 448 Bytes

Versions: 1

Compression:

Stored size: 448 Bytes

Contents

#!/bin/bash

# We want to have latest environment variables set here
echo "Setting ENV variables..."
eval $(adminix env)

# Here you should add some bash instruction of how to run custom script
#
# Example:
#
# cd /home/ubuntu/application
# 
# rm -rf tmp legacy
# git clone <GIT_REPO> -b <GIT_BRANCH> tmp
#
# adminix stop_process
#
# mv current legacy
# mv tmp current
#
# cd current
# bundle exec rails assets:precompile
#
# adminix start_process

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
adminix-0.2 app/views/scripts/update_process.sh.erb