update secret files

This commit is contained in:
Thomas Bloor 2019-09-09 21:19:51 +01:00
parent 8a1e0bc1a7
commit 5424542a7b
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ language: node_js
node_js: node_js:
- node - node
before_install: 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 - tar xf src/environments/environments.tar -C src/environments
before_script: before_script:
- npm config set spin false - npm config set spin false