mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 21:38:32 +03:00
fix travis decrypt logic
This commit is contained in:
@@ -14,3 +14,6 @@ script:
|
|||||||
- yarn build
|
- yarn build
|
||||||
- yarn lint
|
- yarn lint
|
||||||
- yarn test
|
- yarn test
|
||||||
|
before_install:
|
||||||
|
- openssl aes-256-cbc -K $encrypted_eeb74e8d35d1_key -iv $encrypted_eeb74e8d35d1_iv
|
||||||
|
-in .env.enc -out .env -d
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
openssl aes-256-cbc -K $encrypted_4f23b46f1ec6_key -iv $encrypted_4f23b46f1ec6_iv -in .env.enc -out .env -d
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
travis encrypt-file .env --force
|
travis encrypt-file .env --add --force
|
||||||
git add .env.enc
|
git add .env.enc
|
||||||
git commit -m "TRAVIS: add encrypted key"
|
git commit -m "TRAVIS: add encrypted key"
|
||||||
|
|||||||
Reference in New Issue
Block a user