๐
This file contains hidden or 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
#!/bin/bash | |
# Set the targets branches | |
targets=( | |
'master' | |
'stage' | |
'develop' | |
) | |
# to create pull requests we need "hub" a piece of software made by github to programatically interact with GitHub |
This file contains hidden or 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
{ | |
"key": "75ddc75c9983d74756e55f2c", | |
"addrs": [ | |
{ | |
"addr": { | |
"id": "b8137c688096d1abcf56942d335d061f212e6629", | |
"ip": "62.212.65.138", | |
"port": 34656 | |
}, | |
"src": { |
OlderNewer