Created
November 3, 2016 11:11
-
-
Save roylee0704/91ab816ac26d4db40373a35850886798 to your computer and use it in GitHub Desktop.
use it when github webhook is not working.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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