Skip to content

Add production deploy workflow#16

Open
agustin-littlehat wants to merge 2 commits into
mainfrom
production-deploy-action
Open

Add production deploy workflow#16
agustin-littlehat wants to merge 2 commits into
mainfrom
production-deploy-action

Conversation

@agustin-littlehat

Copy link
Copy Markdown
Contributor

Summary

  • add a generic production deploy workflow with a 60-minute GitHub Actions job timeout
  • run pnpm build:full in Actions so prepared Quake assets stay ephemeral and are not committed
  • publish the prebuilt dist/ output only on main pushes using generic hosting secrets

Notes

  • public workflow references only secret names: HOSTING_AUTH_TOKEN, HOSTING_SITE_ID, and QUAKE_SHAREWARE_URL
  • same-repo PRs run the full build as a dry run; production publish is gated to main pushes

Validation

  • YAML parse check
  • git diff --check

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