me habia olvidado del agent

This commit is contained in:
f 2020-03-02 13:05:44 -03:00
parent 2832980d6c
commit 86e78d4194
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -8,6 +8,7 @@ deploy_application:
- apk add --no-cache openssh-client
- gem install bundler
- bundle install --path=./vendor
- eval $(ssh-agent)
- echo -e "-----BEGIN OPENSSH PRIVATE KEY-----\n$SSH_PRIVATE_KEY\n-----END OPENSSH PRIVATE KEY-----" | ssh-add -
- echo "$RAILS_MASTER_KEY" > config/master.key
- bundle exec cap production deploy