Files
datasheet-server/scripts/encrypt.sh
2018-12-14 16:56:37 +00:00

7 lines
149 B
Bash

#!/bin/bash
yarn test
yarn lint
travis encrypt-file .env --add --force
git add .env.enc
git commit -m "add encrypted private key for travis testing"