update secret files

This commit is contained in:
Thomas Bloor 2019-09-09 21:19:51 +01:00
parent 66388593e6
commit 75edb86abe
No known key found for this signature in database
GPG Key ID: 4657C7EBE42CC5CC
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ language: node_js
node_js:
- node
before_install:
- openssl aes-256-cbc -K $encrypted_9d2af3734b6c_key -iv $encrypted_9d2af3734b6c_iv -in src/environments/environments.tar.enc -out src/environments/environments.tar -d
- openssl aes-256-cbc -K $encrypted_17157b34afc7_key -iv $encrypted_17157b34afc7_iv -in src/environments/environments.tar.enc -out src/environments/environments.tar -d
- tar xf src/environments/environments.tar -C src/environments
before_script:
- npm config set spin false