#!/bin/bash

set -o xtrace 

cd /app/tools
eval `ssh-agent -s`
ssh-add /home/ec2-user/.ssh/rsafiles/id_rsa.code-deploy
git pull origin master
