Merge pull request #1042 from equalizedigital/feature/local-dev-branch #136
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to WP Engine | |
on: | |
push: | |
branches: | |
- master | |
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: studentloanprd | |
# Deploy Options | |
REMOTE_PATH: "wp-content/themes/student-loan-planner-theme/" | |
PHP_LINT: FALSE | |
CACHE_CLEAR: TRUE |