Skip to content

Commit

Permalink
Update workflow for wpengine
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Feb 18, 2025
1 parent 3bc9772 commit 28e6606
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wp-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: Deploy to WP Engine
uses: wpengine/github-action-wpe-site-deploy@v3
with:
# Deploy vars
# WP Engine deployment variables
WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }}
WPE_ENV: wcposdev
# Deploy Options
# SRC_PATH: "."
REMOTE_PATH: "wp-content/plugins/woocommerce-pos"
FLAGS: -azvr --inplace --delete --delete-excluded --exclude-from=.distignore
# SCRIPT: "path/yourscript.sh"
CACHE_CLEAR: TRUE
# Override rsync's SSH options to disable multiplexing
FLAGS: >-
-azvr --inplace --delete --delete-excluded --exclude-from=.distignore
-e "ssh -o StrictHostKeyChecking=no -o ControlMaster=no -p 22 -i \$HOME/.ssh/wpe_id_rsa"
CACHE_CLEAR: TRUE

0 comments on commit 28e6606

Please # to comment.