ci: create reusable deploy-website action and separate deployment workflow#489
Conversation
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
View your CI Pipeline Execution ↗ for commit 94cbdd7
☁️ Nx Cloud last updated this comment at |
|
View your CI Pipeline Execution ↗ for commit d02713c
☁️ Nx Cloud last updated this comment at |
Merge activity
|
…kflow (#489) # Refactor website deployment workflow with dedicated GitHub Action This PR improves the website deployment process by: 1. Creating a reusable `deploy-website` GitHub Action that: - Validates Supabase environment variables - Handles both preview and production deployments - Posts deployment comments 2. Separating deployment workflows: - Modified `ci.yml` to only handle PR preview deployments - Added new `deploy.yml` workflow for production deployments on main branch This approach provides better separation of concerns, reduces duplication, and makes the deployment process more maintainable. The reusable action ensures consistent deployment behavior across both preview and production environments.
d02713c to
94cbdd7
Compare
🚀 Production Deployment: Website✅ Successfully deployed to production! 🔗 Production URL: https://pgflow.dev 📝 Details:
Deployed at: 2025-12-03T11:31:23Z |

Refactor website deployment workflow with dedicated GitHub Action
This PR improves the website deployment process by:
Creating a reusable
deploy-websiteGitHub Action that:Separating deployment workflows:
ci.ymlto only handle PR preview deploymentsdeploy.ymlworkflow for production deployments on main branchThis approach provides better separation of concerns, reduces duplication, and makes the deployment process more maintainable. The reusable action ensures consistent deployment behavior across both preview and production environments.