Skip to content

Commit

Permalink
add stub deploy script in bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsu authored and martinemde committed Aug 2, 2013
1 parent 6bee2ef commit f60152c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ apt-get update
apt-get install -y ruby1.9.3 unzip curl

mkdir -p /data/serverside && chown vagrant:vagrant /data/serverside
mkdir -p /engineyard/bin

echo "echo hello" > /engineyard/bin/app_serverside
chmod +x /engineyard/bin/app_serverside

0 comments on commit f60152c

Please sign in to comment.