diff --git a/lib/dpl/providers/pages/git.rb b/lib/dpl/providers/pages/git.rb index bfd25d1e4..fa056c31e 100644 --- a/lib/dpl/providers/pages/git.rb +++ b/lib/dpl/providers/pages/git.rb @@ -155,7 +155,6 @@ def git_commit end def git_push - shell 'ssh-keygen -lv -f /home/travis/.dpl/deploy_key' shell :git_push end