mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Integration tests
This commit is contained in:
parent
58cb667763
commit
639ff537d5
14
.github/workflows/integration.yml
vendored
14
.github/workflows/integration.yml
vendored
@ -98,15 +98,10 @@ 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: true
|
ssh-key: ${{ secrets.DEPLOY_KEY }}
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: integration
|
folder: integration
|
||||||
target-folder: cat/montezuma3
|
target-folder: cat/montezuma3
|
||||||
@ -131,15 +126,10 @@ 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: true
|
ssh-key: ${{ secrets.DEPLOY_KEY }}
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: integration
|
folder: integration
|
||||||
target-folder: cat/montezuma4
|
target-folder: cat/montezuma4
|
||||||
|
Loading…
Reference in New Issue
Block a user