Commit 8835b475 authored by yann300's avatar yann300

fix deploy to alpha

parent 817707d6
...@@ -24,7 +24,6 @@ ENCRYPTED_IV3=${!ENCRYPTED_IV_VAR3} ...@@ -24,7 +24,6 @@ ENCRYPTED_IV3=${!ENCRYPTED_IV_VAR3}
touch deploy_key_remix-live-alpha touch deploy_key_remix-live-alpha
chmod 600 deploy_key_remix-live-alpha chmod 600 deploy_key_remix-live-alpha
openssl aes-256-cbc -K $ENCRYPTED_KEY3 -iv $ENCRYPTED_IV3 -in ci/deploy_key_remix-live-alpha.enc -out deploy_key_remix-live-alpha -d openssl aes-256-cbc -K $ENCRYPTED_KEY3 -iv $ENCRYPTED_IV3 -in ci/deploy_key_remix-live-alpha.enc -out deploy_key_remix-live-alpha -d
eval `ssh-agent -s` eval `ssh-agent -s`
......
...@@ -23,7 +23,7 @@ ENCRYPTED_KEY2=${!ENCRYPTED_KEY_VAR2} ...@@ -23,7 +23,7 @@ ENCRYPTED_KEY2=${!ENCRYPTED_KEY_VAR2}
ENCRYPTED_IV2=${!ENCRYPTED_IV_VAR2} ENCRYPTED_IV2=${!ENCRYPTED_IV_VAR2}
touch deploy_key_remix-live touch deploy_key_remix-live
chmod 600 deploy_key deploy_key_remix-live chmod 600 deploy_key_remix-live
openssl aes-256-cbc -K $ENCRYPTED_KEY2 -iv $ENCRYPTED_IV2 -in ci/deploy_key_remix-live.enc -out deploy_key_remix-live -d openssl aes-256-cbc -K $ENCRYPTED_KEY2 -iv $ENCRYPTED_IV2 -in ci/deploy_key_remix-live.enc -out deploy_key_remix-live -d
eval `ssh-agent -s` eval `ssh-agent -s`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment