From b0feb322abdcef9e67455b6e1c39d79e9d7999f1 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Fri, 22 Aug 2025 15:57:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Update=20action=20and=20p?= =?UTF-8?q?ackage=20info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wpengine.yml | 16 ++++++++-------- package.json | 12 ++++++------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/wpengine.yml b/.github/workflows/wpengine.yml index e12b469..795d1d2 100644 --- a/.github/workflows/wpengine.yml +++ b/.github/workflows/wpengine.yml @@ -1,11 +1,11 @@ name: Deploy to WPEngine on: - # workflow_dispatch + workflow_dispatch # Remove "workflow_dispatch" above and uncomment the lines below to enable deploy on push # only do this once you're actually ready to start deploying to Flywheel - push: - branches: - - main + # push: + # branches: + # - main jobs: build: @@ -47,10 +47,10 @@ jobs: ${{ runner.os }}- - name: Install npm dependencies - run: yarn install + run: npm install - name: Run build task - run: yarn build + run: npm run build - name: Clean up node modules (not needed to deploy) run: rm -rf node_modules @@ -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: cupemb + WPE_ENV: update-me FLAGS: '-azvr --inplace --delete --exclude=".*"' - REMOTE_PATH: "wp-content/themes/cupe" + REMOTE_PATH: "wp-content/themes/update-me" SCRIPT: "post-deploy.sh" diff --git a/package.json b/package.json index f1b0d22..6f4fad8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "basic-wp", - "version": "1.0.1", - "description": "Basic-WP is a minimal WordPress theme designed as a starting point for custom theme development. It focuses on modern development approaches with a lean architecture that avoids the overhead of theme frameworks.", + "name": "vdi-starter-v5", + "version": "5.0", + "description": "VDI-Starter-v5 is a minimal WordPress theme designed as a starting point for custom theme development. It focuses on modern development approaches with a lean architecture that avoids the overhead of theme frameworks.", "scripts": { "start": "npm run watch", "watch": "node bin/.watch.js", @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ksolomon75/Basic-WP.git" + "url": "git+https://github.com/Vincent-Design-Inc/VDI-Starter-v5.git" }, "keywords": [ "wordpress", @@ -21,9 +21,9 @@ "author": "Keith Solomon ", "license": "MIT", "bugs": { - "url": "https://github.com/ksolomon75/Basic-WP/issues" + "url": "https://github.com/Vincent-Design-Inc/VDI-Starter-v5/issues" }, - "homepage": "https://github.com/ksolomon75/Basic-WP#readme", + "homepage": "https://github.com/Vincent-Design-Inc/VDI-Starter-v5#readme", "devDependencies": { "@axe-core/playwright": "^4.10.1", "@playwright/test": "^1.52.0",