fix encrypt script

This commit is contained in:
Lachlan Kermode
2018-12-14 18:40:53 +00:00
parent 1f2a2953b1
commit c49cb2b59e

View File

@@ -1,4 +1,4 @@
#!/bin/bash
travis encrypt-file .env --add --force
travis encrypt-file .env --force
git add .env.enc
git commit -m "add encrypted private key for travis testing"
git commit -m "TRAVIS: add encrypted key"