diff --git a/.github/workflows/wp-engine.yml b/.github/workflows/wp-engine.yml index 96deb34..8dbb4c1 100644 --- a/.github/workflows/wp-engine.yml +++ b/.github/workflows/wp-engine.yml @@ -25,12 +25,10 @@ jobs: - name: Deploy to WP Engine uses: wpengine/github-action-wpe-site-deploy@v3 with: - # WP Engine deployment variables WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }} WPE_ENV: wcposdev REMOTE_PATH: "wp-content/plugins/woocommerce-pos" - # 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" + -e "ssh -o StrictHostKeyChecking=no -o ControlMaster=no -p 22 -i /github/home/.ssh/wpe_id_rsa" CACHE_CLEAR: TRUE \ No newline at end of file