- AWS Account
- AWS API User API Key/Secret
- Bitbucket Account
- Create or update an existing Bitbucket repo
- Open https://bitbucket.org/USERNAME/REPO/addon/pipelines/deployments
| 0-mail.com | |
| 0815.ru | |
| 0clickemail.com | |
| 0wnd.net | |
| 0wnd.org | |
| 10minutemail.com | |
| 20minutemail.com | |
| 2prong.com | |
| 30minutemail.com | |
| 3d-painting.com |
| #!/bin/sh | |
| current_branch=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,') | |
| if [ 'master' = ${current_branch} ] | |
| then | |
| echo "ERROR: Not allowed to push to master." | |
| exit 1; | |
| else | |
| exit 0; |
| #!/bin/sh | |
| current_branch=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,') | |
| if [ 'master' = ${current_branch} ] | |
| then | |
| echo "ERROR: Not allowed to push to master." | |
| exit 1; | |
| else | |
| exit 0; |