change permissions to encrypt.sh

This commit is contained in:
Lachlan Kermode
2018-12-29 14:50:46 +01:00
parent b6d917553c
commit 7b3a6514d8
3 changed files with 1 additions and 1 deletions

BIN
.env.enc

Binary file not shown.

View File

@@ -13,5 +13,5 @@ script:
- yarn lint
- yarn test
before_install:
- openssl aes-256-cbc -K $encrypted_eeb74e8d35d1_key -iv $encrypted_eeb74e8d35d1_iv
- openssl aes-256-cbc -K $encrypted_fb307c69bf51_key -iv $encrypted_fb307c69bf51_iv
-in .env.enc -out .env -d

0
scripts/encrypt.sh Normal file → Executable file
View File