Skip to content

merge v1.7 into v1.8 #629

merge v1.7 into v1.8

merge v1.7 into v1.8 #629

Workflow file for this run

name: Deploy to WP Engine
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🏗 Checkout code
uses: actions/checkout@v4
- name: 🏗 Setup pnpm
uses: pnpm/action-setup@v4
with:
version: '10.8.0'
- name: 👷 Build
run: |
pnpm install
composer prefix-dependencies
composer install --no-dev
pnpm settings build
pnpm analytics build
- name: 🚀 Deploy to WP Engine
uses: wpengine/github-action-wpe-site-deploy@v3
with:
WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }}
WPE_ENV: wcposdev
REMOTE_PATH: "wp-content/plugins/woocommerce-pos"
FLAGS: >-
-azvr --inplace --delete --delete-excluded --exclude-from=.distignore
-e "ssh -o StrictHostKeyChecking=no -o ControlMaster=no -p 22 -i /github/home/.ssh/wpe_id_rsa"
CACHE_CLEAR: TRUE