app Now, use Jet to encrypt your .env file as .env.encrypted, commit that file to the repository, and push it to your remote repository: $ jet encrypt .env .env.encrypted $ git add -A && git commit -am "Adding codeship config" $ git push origin You should ...
↧