Skip to content

Add production deployment pipeline#1

Merged
alanw707 merged 1 commit into
mainfrom
feature/production-deployment-pipeline
May 20, 2026
Merged

Add production deployment pipeline#1
alanw707 merged 1 commit into
mainfrom
feature/production-deployment-pipeline

Conversation

@alanw707
Copy link
Copy Markdown
Owner

Summary

  • Add PR quality/security workflow with lint, build, PHP syntax, dependency review, Gitleaks, CodeQL, and production dependency audit
  • Add production deploy workflow that reuses scripts/deploy-theme.sh with GitHub Secrets
  • Document required production secrets/environment setup
  • Include hero panel width adjustment and repo hygiene ignores

Verification

  • npm run lint:css
  • npm run lint:js
  • npm run build
  • PHP syntax check
  • npm audit --omit=dev --audit-level=moderate

Deployment notes / rollback

  • Merge to main triggers the new Deploy Production workflow.
  • Production secrets must exist in the GitHub production environment before deploy can complete.
  • Rollback by reverting this PR or rerunning a previous known-good deployment.

@alanw707 alanw707 merged commit 4cba0ef into main May 20, 2026
@alanw707 alanw707 deleted the feature/production-deployment-pipeline branch May 20, 2026 20:50
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants