Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Rutland committed Oct 29, 2020
1 parent f2ea9a4 commit c6622b4
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion codeship/decryptFiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ for filename in codeship/encrypted_files/*; do

BASE=`echo "$(basename $filename)"`

openssl enc -d -aes-256-cbc -pass pass:$AES_KEY -in codeship/encrypted_files/$BASE -out codeship/unencrypted_files/$BASE
jet decrypt codeship/encrypted_files/$BASE codeship/unencrypted_files/$BASE
done
2 changes: 1 addition & 1 deletion codeship/encrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkdir -p codeship/encrypted_files
for filename in codeship/unencrypted_files/*; do
BASE=`echo "$(basename $filename)"`

openssl enc -aes-256-cbc -pass file:codeship.aes -in codeship/unencrypted_files/${BASE} -out codeship/encrypted_files/${BASE}
jet encrypt codeship/unencrypted_files/${BASE} codeship/encrypted_files/${BASE}
done


Binary file modified codeship/encrypted_files/jwt.key
Binary file not shown.
Binary file modified codeship/encrypted_files/npmrc
Binary file not shown.
Binary file modified codeship/encrypted_files/test.sfdx
Binary file not shown.
2 changes: 1 addition & 1 deletion codeship/env.encrypted
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
codeship:v2
NagFDh63u1I2sCqFjdEp46Ce8wQDnl+vWfvmKFbQVvDBTUaX0oS0e3kiro5bwnv6SXkiFeEfg7U43wQsQE1K/KmaJbpxkWbISD4IpmVh+0RUVXeybAQy1VJ3JXTv9o+tzp8cIzhapJswZBnQngrFJ2fiqwfbL3jplIw88+1qHcaDNTLTRKJg5Mo6DQ+bUiv/OU42tioyFLRFTUzXVgPJDn8WZi2v2arhMxX98AH8+rWb3VbJ+x5Ewz4xWjj6X+7EFLPUiW7mB9yA1BZ/EVqYeGBAYH1ofz9FqMGeNCsuTwC4meByoXeRp/WcgJcaJubaVW3cNpm4omFNH8J0sQMZRbHi6W0iUBMhwLulgDPBoZjZoH/9rPBufeHqYpw3WurB8r4q1TbDVRYAI56CM6B/Ww3GzumDG5gRTz15LD3EIwIbJi0dq93/COqAP1cqAlwb
lNTujy5hFdHW3gX88+TUMvIyG94V7nDz9P9KaEI0d5ca0uzgtMD5/mwVJ3eKrkQOwoSwJzPkhoqTOsyXtIddoIqfsFFUEs0pFzgxtWeZvuVxf/RBbS+XtAM5bdv9SLHzDq3nHHw6PJQbK2XOQV8KpSYckrNLpfZNawEYcuzZ3rMuJZ7r7a+Pue+3dKfvhzu8KsMbB4SEGSqkG/Xki0rlLAl6gLG3onhS1JULMeOSURAtbgJ+IuvDNcCdJglbrtOm6DNzJ3D5Azo1a9D5Hx7i1H73NGFhOr7jHwAUeG93qVEM+q1knY0YBVXTmJIG3lIlqwQTh7f0tHiB5hZ++N+EhFy5QOLTIH/z05JcQNO7uPd1bvk5EBo44gp1TkgcTRsvin1HAg==

0 comments on commit c6622b4

Please sign in to comment.