feature: Add VDI-v5 WPE environment

This commit is contained in:
Keith Solomon
2025-09-25 14:44:12 -05:00
parent 2bf411a6e2
commit 04f5a605b8

View File

@@ -59,7 +59,7 @@ jobs:
uses: wpengine/github-action-wpe-site-deploy@v3 uses: wpengine/github-action-wpe-site-deploy@v3
with: with:
WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }} WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }}
WPE_ENV: update-me WPE_ENV: vdiv5
FLAGS: '-azvr --inplace --delete --exclude=".*"' FLAGS: '-azvr --inplace --delete --exclude=".*"'
REMOTE_PATH: "wp-content/themes/update-me" REMOTE_PATH: "wp-content/themes/vdiv5"
SCRIPT: "post-deploy.sh" SCRIPT: "post-deploy.sh"