From e00d6bfda7446e15323592103729e8a25d931d1a Mon Sep 17 00:00:00 2001 From: James Ives Date: Mon, 18 Jan 2021 09:56:53 -0500 Subject: [PATCH] Revert "Integration tests" This reverts commit 639ff537d5bf88b668efb3a56d361e2a03f008c9. --- .github/workflows/integration.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 331ab91a..f46ad8b6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -98,10 +98,15 @@ jobs: with: persist-credentials: false + - name: Install SSH Client + uses: webfactory/ssh-agent@v0.4.1 + with: + ssh-private-key: ${{ secrets.DEPLOY_KEY }} + - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@releases/v4 with: - ssh-key: ${{ secrets.DEPLOY_KEY }} + ssh: true branch: gh-pages folder: integration target-folder: cat/montezuma3 @@ -126,10 +131,15 @@ jobs: with: persist-credentials: false + - name: Install SSH Client + uses: webfactory/ssh-agent@v0.4.1 + with: + ssh-private-key: ${{ secrets.DEPLOY_KEY }} + - name: Build and Deploy uses: JamesIves/github-pages-deploy-action@releases/v4 with: - ssh-key: ${{ secrets.DEPLOY_KEY }} + ssh: true branch: gh-pages folder: integration target-folder: cat/montezuma4