mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-09 20:08:32 +03:00
5 lines
129 B
Bash
5 lines
129 B
Bash
#!/bin/bash
|
|
travis encrypt-file .env --add --force
|
|
git add .env.enc
|
|
git commit -m "add encrypted private key for travis testing"
|