Skip to content

Merge branch 'SteveJonesDev/issue511' into stage #306

Merge branch 'SteveJonesDev/issue511' into stage

Merge branch 'SteveJonesDev/issue511' into stage #306

Workflow file for this run

name: Deploy to wp engine
on:
push:
branches:
- stage
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: GitHub Action Deploy to WP Engine
uses: wpengine/[email protected]
with:
# Deploy vars
WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }}
WPE_ENV: studentloanstg
# Deploy Options
REMOTE_PATH: "wp-content/themes/student-loan-planner-theme/"
PHP_LINT: FALSE
CACHE_CLEAR: TRUE