Update integration-beta.yml

This commit is contained in:
JamesIves 2020-03-31 09:54:49 -04:00
parent c72d739e1c
commit 8166647974

View File

@ -5,7 +5,6 @@ on:
push:
branches:
- dev
- releases/v3
- releases/v3-test
jobs:
@ -74,7 +73,7 @@ jobs:
BASE_BRANCH: dev
TARGET_FOLDER: montezuma2
# Deploys using an SSH key
# Deploys using an SSH key.
integration-ssh:
needs: integration-container
runs-on: ubuntu-latest
@ -126,7 +125,7 @@ jobs:
BASE_BRANCH: dev
TARGET_FOLDER: montezuma4
# Deploys using the CLEAN and SINGLE_COMMIT option.
# Deploys using the CLEAN option with SINGLE_COMMIT toggled.
integration-clean:
needs: [integration-checkout-v1, integration-checkout-v2, integration-container, integration-ssh, integration-env]
runs-on: ubuntu-latest
@ -146,7 +145,7 @@ jobs:
CLEAN: true
SINGLE_COMMIT: true
# Deploys to a branch that doesn't exist with SINGLE_COMMIT toggled.
# Deploys to a branch that doesn't exist with SINGLE_COMMIT.
integration-branch-creation:
runs-on: ubuntu-latest
steps:
@ -159,7 +158,7 @@ jobs:
uses: JamesIves/github-pages-deploy-action@releases/v3-test
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: integration-test-delete-test
BRANCH: integration-test-delete-beta
FOLDER: integration
BASE_BRANCH: dev
CLEAN: true
@ -169,4 +168,4 @@ jobs:
uses: dawidd6/action-delete-branch@v2.0.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branches: integration-test-delete-test
branches: integration-test-delete-beta