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