encrypt with maintainer secret

This commit is contained in:
Lachlan Kermode
2019-05-23 16:40:29 +01:00
parent 9deb5aae3f
commit fdcf4f28d0
2 changed files with 3 additions and 0 deletions

View File

@@ -12,3 +12,6 @@ script:
- yarn build
- yarn lint
- yarn test
before_install:
- openssl aes-256-cbc -K $encrypted_737e2704ea13_key -iv $encrypted_737e2704ea13_iv
-in .env.enc -out .env -d