Merge pull request #267 from frappe/master

chore: sync master and develop
This commit is contained in:
Revant Nandgaonkar 2020-06-17 13:32:49 +05:30 committed by GitHub
commit 4b0fa201bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -8,3 +8,5 @@ sites
development
!development/README.md
deploy_key
deploy_key.pub

View File

@ -6,6 +6,8 @@ services:
- docker
before_install:
- openssl aes-256-cbc -K $encrypted_189e52c2c347_key -iv $encrypted_189e52c2c347_iv
-in deploy_key.enc -out deploy_key -d
- if [[ "$BUILD" != "development" ]]; then
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin;
sudo apt-get update && sudo apt-get -y install git;

BIN
deploy_key.enc Normal file

Binary file not shown.