From 04f5a605b8e904bce6c8d7226d248d610286e4ab Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Thu, 25 Sep 2025 14:44:12 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature:=20Add=20VDI-v5=20WPE=20enviro?= =?UTF-8?q?nment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wpengine.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wpengine.yml b/.github/workflows/wpengine.yml index 795d1d2..7cffded 100644 --- a/.github/workflows/wpengine.yml +++ b/.github/workflows/wpengine.yml @@ -59,7 +59,7 @@ jobs: uses: wpengine/github-action-wpe-site-deploy@v3 with: WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }} - WPE_ENV: update-me + WPE_ENV: vdiv5 FLAGS: '-azvr --inplace --delete --exclude=".*"' - REMOTE_PATH: "wp-content/themes/update-me" + REMOTE_PATH: "wp-content/themes/vdiv5" SCRIPT: "post-deploy.sh"