cat /proc/sys/net/bridge/bridge-nf-call-iptablessysctl vm.swappiness=0
swapoff -a| # Dont forget to set the env variable "certdomain", and either fill in your email below or use an env variable for that too. | |
| # Also note that this config is using the LetsEncrypt staging server, remove the flag when ready! | |
| Resources: | |
| sslSecurityGroupIngress: | |
| Type: AWS::EC2::SecurityGroupIngress | |
| Properties: | |
| GroupId: {"Fn::GetAtt" : ["AWSEBSecurityGroup", "GroupId"]} | |
| IpProtocol: tcp | |
| ToPort: 443 |
| # Notes: | |
| # - Minimal appveyor.yml file is an empty file. All sections are optional. | |
| # - Indent each level of configuration with 2 spaces. Do not use tabs! | |
| # - All section names are case-sensitive. | |
| # - Section names should be unique on each level. | |
| #---------------------------------# | |
| # general configuration # | |
| #---------------------------------# |
#Create bitbucket branch
##Create local branch
$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
master
* sync