mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-12 05:18:31 +03:00
fix encrypt script
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
travis encrypt-file .env --add --force
|
travis encrypt-file .env --force
|
||||||
git add .env.enc
|
git add .env.enc
|
||||||
git commit -m "add encrypted private key for travis testing"
|
git commit -m "TRAVIS: add encrypted key"
|
||||||
|
|||||||
Reference in New Issue
Block a user