update encrypt

This commit is contained in:
Lachlan Kermode
2018-12-15 16:22:33 +00:00
parent b06c8536b9
commit 9f96e6ea8d
2 changed files with 1 additions and 1 deletions

BIN
.env.enc

Binary file not shown.

View File

@@ -7,7 +7,7 @@ if hash travis 2>/dev/null; then
echo "============================================================================================"
exit 3
else
travis encrypt-file .env --add --force --pro
travis encrypt-file .env --add --force --org
git add .env.enc
git add .travis.yml
echo ".env.enc created and added to commit"