Skip to content

Instantly share code, notes, and snippets.

@roylee0704
Created November 3, 2016 11:11
Show Gist options
  • Save roylee0704/91ab816ac26d4db40373a35850886798 to your computer and use it in GitHub Desktop.
Save roylee0704/91ab816ac26d4db40373a35850886798 to your computer and use it in GitHub Desktop.
use it when github webhook is not working.
eb ssh <eb environment name>
sudo docker ps
sudo docker exec -it <id of GitHub web hook container> sh
cd app && git pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment