Skip to content

Add Production Workflow#3

Draft
stepminer with Copilot wants to merge 3 commits into
mainfrom
copilot/run-new-workflow-in-production
Draft

Add Production Workflow#3
stepminer with Copilot wants to merge 3 commits into
mainfrom
copilot/run-new-workflow-in-production

Conversation

Copilot AI commented Jul 7, 2026

Copy link
Copy Markdown

Summary

Adds .github/workflows/production-workflow.yml — a production GitHub Actions workflow that:

  • Triggers on every push to main and via manual workflow_dispatch
  • Uses branch-scoped concurrency (production-workflow-${{ github.ref }}) to avoid cancelling runs on different branches
  • Verifies required root-level production assets (index.html, robots.txt, sitemap.xml) with explicit, actionable failure messages if any are missing

Changes

  • Added .github/workflows/production-workflow.yml

How to run after merge

  1. Go to Actions → Production Workflow on main
  2. Click "Run workflow""Run workflow"

Or it will run automatically on every push to main.

@netlify

netlify Bot commented Jul 7, 2026

Copy link
Copy Markdown

Deploy Preview for pollnex ready!

Name Link
🔨 Latest commit 2cc3171
🔍 Latest deploy log https://app.netlify.com/projects/pollnex/deploys/6a4cd3452c632900082b4d46
😎 Deploy Preview https://deploy-preview-3--pollnex.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

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