Revert "Integration tests"

This reverts commit 639ff537d5.
This commit is contained in:
James Ives 2021-01-18 09:56:53 -05:00
parent 639ff537d5
commit e00d6bfda7

View File

@ -98,10 +98,15 @@ jobs:
with: with:
persist-credentials: false 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 - name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@releases/v4 uses: JamesIves/github-pages-deploy-action@releases/v4
with: with:
ssh-key: ${{ secrets.DEPLOY_KEY }} ssh: true
branch: gh-pages branch: gh-pages
folder: integration folder: integration
target-folder: cat/montezuma3 target-folder: cat/montezuma3
@ -126,10 +131,15 @@ jobs:
with: with:
persist-credentials: false 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 - name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@releases/v4 uses: JamesIves/github-pages-deploy-action@releases/v4
with: with:
ssh-key: ${{ secrets.DEPLOY_KEY }} ssh: true
branch: gh-pages branch: gh-pages
folder: integration folder: integration
target-folder: cat/montezuma4 target-folder: cat/montezuma4