🐞 fix: Update action and package info
This commit is contained in:
16
.github/workflows/wpengine.yml
vendored
16
.github/workflows/wpengine.yml
vendored
@@ -1,11 +1,11 @@
|
|||||||
name: Deploy to WPEngine
|
name: Deploy to WPEngine
|
||||||
on:
|
on:
|
||||||
# workflow_dispatch
|
workflow_dispatch
|
||||||
# Remove "workflow_dispatch" above and uncomment the lines below to enable deploy on push
|
# 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
|
# only do this once you're actually ready to start deploying to Flywheel
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -47,10 +47,10 @@ jobs:
|
|||||||
${{ runner.os }}-
|
${{ runner.os }}-
|
||||||
|
|
||||||
- name: Install npm dependencies
|
- name: Install npm dependencies
|
||||||
run: yarn install
|
run: npm install
|
||||||
|
|
||||||
- name: Run build task
|
- name: Run build task
|
||||||
run: yarn build
|
run: npm run build
|
||||||
|
|
||||||
- name: Clean up node modules (not needed to deploy)
|
- name: Clean up node modules (not needed to deploy)
|
||||||
run: rm -rf node_modules
|
run: rm -rf node_modules
|
||||||
@@ -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: cupemb
|
WPE_ENV: update-me
|
||||||
FLAGS: '-azvr --inplace --delete --exclude=".*"'
|
FLAGS: '-azvr --inplace --delete --exclude=".*"'
|
||||||
REMOTE_PATH: "wp-content/themes/cupe"
|
REMOTE_PATH: "wp-content/themes/update-me"
|
||||||
SCRIPT: "post-deploy.sh"
|
SCRIPT: "post-deploy.sh"
|
||||||
|
|||||||
12
package.json
12
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "basic-wp",
|
"name": "vdi-starter-v5",
|
||||||
"version": "1.0.1",
|
"version": "5.0",
|
||||||
"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.",
|
"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": {
|
"scripts": {
|
||||||
"start": "npm run watch",
|
"start": "npm run watch",
|
||||||
"watch": "node bin/.watch.js",
|
"watch": "node bin/.watch.js",
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/ksolomon75/Basic-WP.git"
|
"url": "git+https://github.com/Vincent-Design-Inc/VDI-Starter-v5.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
@@ -21,9 +21,9 @@
|
|||||||
"author": "Keith Solomon <keith@vincentdesign.ca>",
|
"author": "Keith Solomon <keith@vincentdesign.ca>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"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": {
|
"devDependencies": {
|
||||||
"@axe-core/playwright": "^4.10.1",
|
"@axe-core/playwright": "^4.10.1",
|
||||||
"@playwright/test": "^1.52.0",
|
"@playwright/test": "^1.52.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user