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