From 3eac5123d7071674c4702225223c0b2805f21135 Mon Sep 17 00:00:00 2001 From: Radoslaw Lisowski Date: Mon, 13 Jun 2022 07:59:35 +0200 Subject: [PATCH] fix: github pages fix --- lib/dpl/providers/pages/git.rb | 1 - 1 file changed, 1 deletion(-) 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