Skip to content

Commit

Permalink
Log to syslog when Smokey is deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam J Sharpe committed Mar 11, 2013
1 parent 8589180 commit afd975e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Expand Up @@ -21,4 +21,4 @@ for server in $DEPLOY_TO; do
chmod 777 log
rsync -av --delete --exclude='.git' --exclude 'log/*' "$(pwd)/" "deploy@${server}":/opt/smokey
ssh deploy@${server} 'cd /opt/smokey && bundle install --path $HOME/.bundle/gems --deployment'
done
done logger -p INFO -t jenkins "DEPLOYMENT: ${JOB_NAME} ${BUILD_NUMBER} (${BUILD_URL})"

0 comments on commit afd975e

Please sign in to comment.