Skip to content

🗑 REMOVE: unused ‘Recipe details’ fields JSON #12

🗑 REMOVE: unused ‘Recipe details’ fields JSON

🗑 REMOVE: unused ‘Recipe details’ fields JSON #12

Workflow file for this run

name: Deploy to WP Engine
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GitHub Action Deploy to WP Engine
uses: wpengine/github-action-wpe-site-deploy@v3
with:
WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }}
WPE_ENV: acfrecipes
# Deploy Options
REMOTE_PATH: "wp-content/"
PHP_LINT: TRUE
CACHE_CLEAR: TRUE