2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

chore: add deploy_key for helm travis

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2020-06-17 09:48:21 +05:30
parent 0489fae441
commit a238c65603
No known key found for this signature in database
GPG Key ID: 75507BE256F40CED
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.