Skip to content

Add production deploy workflow#16

Merged
agustin-littlehat merged 2 commits into
mainfrom
production-deploy-action
Jun 16, 2026
Merged

Add production deploy workflow#16
agustin-littlehat merged 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

@agustin-littlehat agustin-littlehat merged commit b6b65e8 into main Jun 16, 2026
1 check passed
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