me habia olvidado del agent
This commit is contained in:
parent
2832980d6c
commit
86e78d4194
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue